X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=source%2Fsass%2Felements%2F_elements.scss;h=464d7b9d48d6333f2c74ec4e14503e4a6bed6723;hb=refs%2Ftags%2Fv4.0;hp=1f6eb2fb3b29746fb5a1b054292843d37a7c0d41;hpb=5b79b48789f9f19aeeabbb51bdef17bf2ad7f74c;p=ghost-theme-willow.git diff --git a/source/sass/elements/_elements.scss b/source/sass/elements/_elements.scss index 1f6eb2f..464d7b9 100644 --- a/source/sass/elements/_elements.scss +++ b/source/sass/elements/_elements.scss @@ -15,35 +15,35 @@ body, html { // Body body { + color: $c-black; + font-size: 14px; min-width: 320px; - background: $c-grayLight; - color: $c-grayDark; - font-size: 16px; - line-height: 1.2em; + 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; } } // Headings h1 { margin: 0; - font-size: 1.4em; + font-size: 1.25em; } h2 { margin: 0; - font-size: 1.2em; + font-size: 1.1em; } h3 {