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;
$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 {