fix language link color on dark theme

This commit is contained in:
Harvey Tindall
2021-03-20 18:24:35 +00:00
parent 50c6e6031d
commit 1704ae8cb1
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -434,15 +434,15 @@ pre {
overflow-y: scroll;
}
a:link {
a:link:not(.lang-link) {
color: var(--color-urge-200);
}
a:visited {
a:visited:not(.lang-link) {
color: var(--color-urge-100);
}
a:hover, a:active {
a:hover:not(.lang-link), a:active:not(.lang-link) {
color: var(--color-urge-200);
}