From 4dc1965be8f554401f814b5c3cdaa7ce947300e0 Mon Sep 17 00:00:00 2001 From: Andreas Bachlechner <62039342+bachandi@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:50:02 +0200 Subject: [PATCH] Fix link colors which were broken after PR #405. --- css/black.css | 4 ++++ css/white.css | 4 ++++ 2 files changed, 8 insertions(+) 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;