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;
$line-height: 1.5rem;
$backdrop: #080808;
$background: #242424;
$backdrop: #0D0221;
$background: #0D0221;
$text: #ffffff;
$links: #8AD7EE;
$footer: darken($text, 40%);
$meta: #FF5739;
$header: #ADF742;
$links: #F6019D;
$footer: #540D6E;
$meta: $text;
$header: #2DE2E6;
html, body {
background-color: $backdrop;
@ -98,7 +98,7 @@ header {
margin-top: 1.5rem;
.buymeacoffee {
background-color: #FF813F;
background-color: #FF6C11;
color: #fff;
text-decoration: none;
padding-left: 0.4rem;
@ -124,6 +124,7 @@ small {
.meta {
color: $meta;
font-weight: bold;
}
.reading-time {