Color links in accent color
This commit is contained in:
parent
3bf22f1a7b
commit
e1192e2d85
@ -941,6 +941,9 @@ body {
|
||||
background: #111111;
|
||||
color: #dddddd; }
|
||||
|
||||
a {
|
||||
color: #9c5ea2; }
|
||||
|
||||
#header {
|
||||
background: #9c5ea2; }
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -2,3 +2,7 @@ body {
|
||||
background: $page-bg;
|
||||
color: $core-text;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $core-accent;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user