Improve color contrast

This commit is contained in:
2023-04-01 20:14:37 +02:00
parent 963bcbf889
commit 3764e1d912
3 changed files with 7 additions and 0 deletions

View File

@ -21,5 +21,7 @@ a:visited {
--color-text: white;
--color-bg: #17063B;
--color-border: white;
--color-link: #8A9BF0;
--color-link-visited: #C384FB;
}
}