update dark mode colors wow
turns out full cyan and 'mediumpurple' only looks decent on my full-redshifted night screen
This commit is contained in:
parent
71d3ca3dcd
commit
a62c3305ed
1 changed files with 2 additions and 2 deletions
|
@ -140,11 +140,11 @@ main footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: aqua;
|
color: #90d7e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: mediumpurple;
|
color: #9e94d6;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav h1 a {
|
nav h1 a {
|
||||||
|
|
Loading…
Reference in a new issue