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; 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'};