themes/dark: fix link colour on Tridactyl pages

This commit is contained in:
Colin Caine 2019-09-13 18:30:56 +01:00
parent 75ffc8799f
commit 65b5367611

View file

@ -278,6 +278,10 @@
border-color: var(--tridactyl-photon-colours-in-content-box-border-color); border-color: var(--tridactyl-photon-colours-in-content-box-border-color);
} }
:root.TridactylThemeDark.TridactylOwnNamespace a {
color: var(--tridactyl-photon-colours-accent-1)
}
/* These rules have greater specificity than the rules applying the variables /* These rules have greater specificity than the rules applying the variables
* above, which causes *issues*. */ * above, which causes *issues*. */