From 0c673a40963e89ebe8f5919ae93b6863a292ae82 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Wed, 2 Jun 2021 23:34:20 -0600 Subject: [PATCH] more dark --- _sass/main.scss | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/_sass/main.scss b/_sass/main.scss index 84b057f..c34b682 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -1,8 +1,10 @@ -$normal-text-color: #444444; -$nav-link-color: #333; +$normal-text-color: #ffffff; +$background-color: #222222; +$lighter-color: #ffffff; +$nav-link-color: #ffffff; $nav-link-hover-color: black; -$link-color: #47a; -$visited-link-color: #941452; +$link-color: #7ad; +$visited-link-color: #ff3492; $last-p-padd: 1.5em; $nav-padd: 1em; @@ -12,14 +14,14 @@ $line-height: 1.5em; $term-line-height: 1em; $file-line-height: 1.2em; -$terminal-bg: #121212; -$terminal-fg: #00FF41; +$terminal-bg: #000000; +$terminal-fg: #00FF00; -$file-bg: #dfdfdf; -$file-fg: #000000; +$file-bg: #444444; +$file-fg: #ffffff; body { - background-color: #fefefe; + background-color: $background-color; padding: 16px; font-family: -apple-system, helvetica, arial, sans-serif; font-size: 16px; @@ -105,7 +107,8 @@ nav a { font-style: none; } -nav a:hover { +nav a:hover, +a.post-title-link:hover { text-decoration: underline; } @@ -182,7 +185,7 @@ footer { .terminal, .file { padding: 10px; - overflow: scroll; + overflow-x: wrap; } .terminal { @@ -204,7 +207,7 @@ footer { .post-date { text-transform: uppercase; font-weight: bold; - color: #555; + color: $lighter-color; } .post-excerpt {