diff --git a/css/black.css b/css/black.css index d0b839f..919acda 100644 --- a/css/black.css +++ b/css/black.css @@ -63,6 +63,10 @@ th, td { font-family: Verdana, sans-serif; color: #888800; } + +.td-title a { + color: #888800; +} .td-valign-top { vertical-align: top; diff --git a/css/white.css b/css/white.css index 0519271..3c2405c 100644 --- a/css/white.css +++ b/css/white.css @@ -59,6 +59,10 @@ th, td { color: #cccc00; } +.td-title a { + color: #cccc00; +} + .text-title-multihost { font-family: Verdana, sans-serif; color: black;