Outrun that colourscheme

This commit is contained in:
Ariejan de Vroom 2020-07-09 22:40:58 +02:00
parent 939b57ed47
commit 3fcc20ea41
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -3,13 +3,13 @@
$font_size: 1rem; $font_size: 1rem;
$line-height: 1.5rem; $line-height: 1.5rem;
$backdrop: #080808; $backdrop: #0D0221;
$background: #242424; $background: #0D0221;
$text: #ffffff; $text: #ffffff;
$links: #8AD7EE; $links: #F6019D;
$footer: darken($text, 40%); $footer: #540D6E;
$meta: #FF5739; $meta: $text;
$header: #ADF742; $header: #2DE2E6;
html, body { html, body {
background-color: $backdrop; background-color: $backdrop;
@ -98,7 +98,7 @@ header {
margin-top: 1.5rem; margin-top: 1.5rem;
.buymeacoffee { .buymeacoffee {
background-color: #FF813F; background-color: #FF6C11;
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
padding-left: 0.4rem; padding-left: 0.4rem;
@ -124,6 +124,7 @@ small {
.meta { .meta {
color: $meta; color: $meta;
font-weight: bold;
} }
.reading-time { .reading-time {
@ -185,4 +186,4 @@ table th::before {
content: " | "; content: " | ";
color: $footer; color: $footer;
font-weight: normal; font-weight: normal;
} }