better colours

This commit is contained in:
Ariejan de Vroom 2022-10-05 09:26:45 +02:00
parent fa1792e7e5
commit e1886e5d99
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -10,17 +10,17 @@ $code_font_size: 0.96rem;
$code_line_height: 1.4rem;
$line-height: 1.6rem;
$background: #FBFBF2;
$background: #14002e;
$backdrop: $background;
$text: #272932;
$links: #0081AF;
$text: #f7eefd;
$links: #f92672;
$footer: $text;
$meta: $text;
$header: $text;
$highlight: $links;
$code_background: #fff;
$code_border_color: #9A8873;
$code: #A4508B;
$code_background: $background;
$code_border_color: lighten($background, 15%);
$code: #ae81ff;
html, body {
background-color: $backdrop;
@ -93,7 +93,7 @@ blockquote {
}
img {
width: 68%;
width: 98%;
border-radius: 1.6rem;
margin: 0 auto;
display: block;