Increase contrast for block quotes and links
This commit is contained in:
parent
48ff30b049
commit
49f5d4d89c
@ -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
@ -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 */
|
||||||
|
@ -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;
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
$header-bg: $core-accent;
|
$header-bg: #9c5ea2;
|
||||||
$sidebar-bg: #47314f;
|
$sidebar-bg: #47314f;
|
||||||
|
Loading…
Reference in New Issue
Block a user