From d8d50aaf41b42dc2802f06744ebcf56720c11d5d Mon Sep 17 00:00:00 2001 From: walking Date: Sun, 3 Jan 2010 14:12:48 +0000 Subject: [PATCH] Snark font color fix --- installer/resources/themes/console/snark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css index 94b205649..25872cb55 100644 --- a/installer/resources/themes/console/snark.css +++ b/installer/resources/themes/console/snark.css @@ -268,6 +268,10 @@ div.configsection { font-weight: bold;/* red tile needs bold text! */ } +div.configsection table{ + color: #ffb; +} + div.configsection a { color: #f90; }