Increase contrast for block quotes and links

This commit is contained in:
RealStickman 2023-06-18 12:03:49 +02:00
parent 48ff30b049
commit 49f5d4d89c
5 changed files with 8 additions and 8 deletions

View File

@ -942,7 +942,7 @@ body {
color: #dddddd; } color: #dddddd; }
a { a {
color: #9c5ea2; } color: #d28cd9; }
#header { #header {
background: #9c5ea2; } background: #9c5ea2; }

File diff suppressed because one or more lines are too long

View File

@ -97,7 +97,7 @@ select[multiple="multiple"]:focus {
/* Blockquote */ /* Blockquote */
blockquote { blockquote {
border-left: 10px solid #9c5ea2; border-left: 10px solid #d28cd9;
} }
/* disable "copy"-button on hover */ /* disable "copy"-button on hover */

View File

@ -1,6 +1,6 @@
// Core // Core
$core-text: #dddddd; $core-text: #dddddd;
$core-accent: #9c5ea2; $core-accent: #d28cd9;
// Background // Background
$page-bg: #111111; $page-bg: #111111;

View File

@ -1,2 +1,2 @@
$header-bg: $core-accent; $header-bg: #9c5ea2;
$sidebar-bg: #47314f; $sidebar-bg: #47314f;