X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=source%2Fsass%2Felements%2F_elements.scss;h=95dbe27649d730c2068e64236af81ad62454fe96;hb=517ff2509b004ee462aac4ec97eaa4c2d90b29ac;hp=1f6eb2fb3b29746fb5a1b054292843d37a7c0d41;hpb=dcf1cd5add0ee12fe78f10bf8b618c744ec5128d;p=ghost-theme-willow.git diff --git a/source/sass/elements/_elements.scss b/source/sass/elements/_elements.scss index 1f6eb2f..95dbe27 100644 --- a/source/sass/elements/_elements.scss +++ b/source/sass/elements/_elements.scss @@ -15,23 +15,23 @@ body, html { // Body body { - min-width: 320px; - background: $c-grayLight; - color: $c-grayDark; + color: $c-black; font-size: 16px; - line-height: 1.2em; + min-width: 320px; + line-height: 1.5; + background: $c-background; font-family: 'Merriweather', serif; } // Anchors a { outline: none; - color: $c-grayDark; + color: $c-black; @include transition(); text-decoration: none; &:hover { - color: $c-grayAccent; + color: $c-grayDark; } }