diff options
Diffstat (limited to 'blog/_assets/stylesheets/_config.scss')
-rw-r--r-- | blog/_assets/stylesheets/_config.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/blog/_assets/stylesheets/_config.scss b/blog/_assets/stylesheets/_config.scss index 2b91952..8477f0a 100644 --- a/blog/_assets/stylesheets/_config.scss +++ b/blog/_assets/stylesheets/_config.scss @@ -1,10 +1,12 @@ $body-bg: black; $text-color: #aaa; +$heading-color: #3379BF; $dimmed-text-color: darken($text-color, 20%); -$link-color: #686; +$link-color: #93A2B1; //#686; $link-hover-color: lighten(#686, 5%); $side-bar-background: rgba(20, 20, 20, 0.7); -$menu-bar-background: rgba(128, 256, 128, 0.15); +$menu-bar-background: transparentize(#243B48, 0.2); //rgba(128, 256, 128, 0.15); +$post-header-background: $menu-bar-background; $nav-link-padding: 5px 10px; |