From ce9a93df5456ce6941763b1985dbfccda783dfd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Fontcuberta?= Date: Sun, 10 Mar 2019 19:14:39 +0100 Subject: [PATCH 1/2] Update _anchor.scss --- src/style/modules/_anchor.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/style/modules/_anchor.scss b/src/style/modules/_anchor.scss index a6ec1ba..f610517 100644 --- a/src/style/modules/_anchor.scss +++ b/src/style/modules/_anchor.scss @@ -1,10 +1,10 @@ /* Links ========================================================================== */ -$color-link-normal: $color-font-body; -$color-link-hover: $color-font-body; -$color-link-active: #f00; -$color-link-visited: $color-font-light; +$color-link-normal: $color-font-body !default; +$color-link-hover: $color-font-body !default; +$color-link-active: #f00 !default; +$color-link-visited: $color-font-light !default; a { background: transparent; From 9411f6da99a4086f8d695e3cff93e60cc1fa6e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Fontcuberta?= Date: Tue, 12 Mar 2019 18:49:08 +0100 Subject: [PATCH 2/2] Update _article.scss --- src/style/modules/_article.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style/modules/_article.scss b/src/style/modules/_article.scss index 053d318..8a80b64 100644 --- a/src/style/modules/_article.scss +++ b/src/style/modules/_article.scss @@ -1,7 +1,6 @@ article { display: block; margin: 0 auto; - width: 80%; @media screen and (min-width: #{ $max-width + 5 + 'em'}) { max-width: #{1.5 * $max-width * $base-desktop + 'px'};