fixed link colour being unreadable on black
This commit is contained in:
parent
d10187dcc2
commit
2e9a7b20f6
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ a.internal {
|
|||
color: var(--foreground-color);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--link-hover-color);
|
||||
a {
|
||||
color: var(--link-hover-color);
|
||||
}
|
||||
|
||||
section {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue