header link color in dark mode

This commit is contained in:
Sebastian Korotkiewicz 2022-03-23 18:01:45 +01:00
parent 1678373d9b
commit d7f3b41b10
Signed by: grizzly
GPG Key ID: 5BDC557B496BDB0D
1 changed files with 4 additions and 0 deletions

View File

@ -45,3 +45,7 @@ pre {
.app a {
color: #67a7d2;
}
.app span a {
color: aliceblue;
}