diff options
-rw-r--r-- | sass/styles.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/styles.scss b/sass/styles.scss index 87bb0d1..147dc24 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -1,14 +1,14 @@ body { - background: #322; + background: #232227; color: #aaa; line-height: 1.5; a { - color: #acc; + color: #8f8f8f; } h1, h2, h3 { - color: #bcc; + color: #828282; } } |