diff options
Diffstat (limited to 'design/sass/_homepage.scss')
-rw-r--r-- | design/sass/_homepage.scss | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/design/sass/_homepage.scss b/design/sass/_homepage.scss index 66d2d54..0e30d1c 100644 --- a/design/sass/_homepage.scss +++ b/design/sass/_homepage.scss @@ -126,14 +126,16 @@ } } } -.black .homepage--archives { +.black { .post--title a { color: white; } - .post--location a { - color: $body_font_light; + .homepage--archives { + .post--location a { + color: $body_font_light; + } + img { @include img_plain; } } - img { @include img_plain; } } .black .homepage--about { &:after, &:before { |