diff --git a/themes/devroom-2020/assets/scss/devroom.scss b/themes/devroom-2020/assets/scss/devroom.scss index d538e13..2950c93 100644 --- a/themes/devroom-2020/assets/scss/devroom.scss +++ b/themes/devroom-2020/assets/scss/devroom.scss @@ -4,13 +4,13 @@ $font_size: 0.96rem; $line-height: 1.5rem; -$backdrop: $nord6; -$background: $nord6; -$text: $nord10; -$links: $nord11; -$footer: $nord10; +$backdrop: darken($nord0, 10%); +$background: darken($nord0, 10%); +$text: $nord5; +$links: lighten($nord10, 17%); +$footer: $nord5; $meta: $text; -$header: $nord10; +$header: $nord9; $highlight: $nord14; html, body {