Fix dark mode link color in mirror-description and other non-repo-list areas
Add a general a:link, a:visited dark mode rule so links anywhere in the page (e.g. the description block) use the correct color instead of the browser's default purple.
This commit is contained in:
parent
bb9ff3b4ba
commit
3fc2257751
1 changed files with 4 additions and 0 deletions
|
|
@ -94,6 +94,10 @@
|
||||||
background-color: #1e1e1e;
|
background-color: #1e1e1e;
|
||||||
color: #e0e0e0;
|
color: #e0e0e0;
|
||||||
}
|
}
|
||||||
|
a:link,
|
||||||
|
a:visited {
|
||||||
|
color: #e0e0e0;
|
||||||
|
}
|
||||||
.repo-list a:link,
|
.repo-list a:link,
|
||||||
.repo-list a:visited {
|
.repo-list a:visited {
|
||||||
color: #e0e0e0;
|
color: #e0e0e0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue