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:
James Coleman 2026-06-05 13:16:37 -05:00
parent bb9ff3b4ba
commit 3fc2257751

View file

@ -94,6 +94,10 @@
background-color: #1e1e1e;
color: #e0e0e0;
}
a:link,
a:visited {
color: #e0e0e0;
}
.repo-list a:link,
.repo-list a:visited {
color: #e0e0e0;