Merge pull request #431 from bachandi/fix_link_colors

Fix link colors which were broken after PR #405.
This commit is contained in:
Jordi Sanfeliu 2022-07-07 15:31:49 +02:00 committed by GitHub
commit 4e06cb267a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;