Fix link colors which were broken after PR #405.

This commit is contained in:
Andreas Bachlechner 2022-07-07 14:50:02 +02:00
parent 861728580a
commit 4dc1965be8
2 changed files with 8 additions and 0 deletions

View File

@ -63,6 +63,10 @@ th, td {
font-family: Verdana, sans-serif;
color: #888800;
}
.td-title a {
color: #888800;
}
.td-valign-top {
vertical-align: top;

View File

@ -59,6 +59,10 @@ th, td {
color: #cccc00;
}
.td-title a {
color: #cccc00;
}
.text-title-multihost {
font-family: Verdana, sans-serif;
color: black;