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

@ -64,6 +64,10 @@ th, td {
color: #888800; color: #888800;
} }
.td-title a {
color: #888800;
}
.td-valign-top { .td-valign-top {
vertical-align: top; vertical-align: top;
} }

View File

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