Color links in accent color

This commit is contained in:
RealStickman 2022-11-19 19:12:18 +01:00
parent 3bf22f1a7b
commit e1192e2d85
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -2,3 +2,7 @@ body {
background: $page-bg;
color: $core-text;
}
a {
color: $core-accent;
}