mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
themes/dark: fix link colour on Tridactyl pages
This commit is contained in:
parent
75ffc8799f
commit
65b5367611
1 changed files with 4 additions and 0 deletions
|
@ -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*. */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue