From 5a4f7455ffb3c02d6ddf4fd67cba3f73d254f20b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 17 May 2016 09:58:50 -0400 Subject: tweaked colors, created black version of posts and got rid of unnecessary custom fonts --- design/sass/_writing_details.scss | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'design/sass/_writing_details.scss') diff --git a/design/sass/_writing_details.scss b/design/sass/_writing_details.scss index bf4c33e..c34f0c3 100644 --- a/design/sass/_writing_details.scss +++ b/design/sass/_writing_details.scss @@ -91,8 +91,7 @@ line-height: 1.9; text-align: right; @include fancy_sans; - @include fontsize(11); - font-weight: bold; + @include fontsize(12); text-transform: uppercase; letter-spacing: .5px; color: #999; @@ -105,9 +104,30 @@ padding: 0 2px; @include fontsize(16); } -.dark .footnote-ref { - padding: 0px 3px 0 4px; +.dark, .black { + .footnote-ref { + padding: 0px 3px 0 4px; + } + figure.picfull { + border-color: #424040; + } + figcaption { + color: #8F8B8B; + } } +.black { + .post--article { + color: #9C9292; + } + .post--article img { + padding: none; + background: none; + } + #page-navigation a { + color: $body_font_light; + } +} + //### Inline Maps ### #detail-map-canvas { -- cgit v1.2.3-70-g09d2