Use darker nord colours

This commit is contained in:
Ariejan de Vroom 2022-01-14 12:53:52 +01:00
parent 206aa42520
commit 9ca8eeb97b
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -4,13 +4,13 @@
$font_size: 0.96rem; $font_size: 0.96rem;
$line-height: 1.5rem; $line-height: 1.5rem;
$backdrop: $nord6; $backdrop: darken($nord0, 10%);
$background: $nord6; $background: darken($nord0, 10%);
$text: $nord10; $text: $nord5;
$links: $nord11; $links: lighten($nord10, 17%);
$footer: $nord10; $footer: $nord5;
$meta: $text; $meta: $text;
$header: $nord10; $header: $nord9;
$highlight: $nord14; $highlight: $nord14;
html, body { html, body {