dark_red.css: set the font color of all links, including the thread watcher

This commit is contained in:
Zankaria 2024-09-30 22:19:49 +02:00
parent 6b64a94bc3
commit ab4e269d7a

View file

@ -30,7 +30,7 @@ div.title, h1 {
div.title p {
font-size: 10px;
}
a:link, a:visited, .intro a.email span.name {
a, a:link, a:visited, .intro a.email span.name {
color: #CCCCCC;
text-decoration: none;
font-family: sans-serif;