From 63f2fe82b9f813f6a7614c26fdcb1fb1b5307e9a Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 4 Dec 2017 12:54:17 +0100 Subject: [PATCH] Changed colors to more reasonable values --- slt/index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/slt/index.php b/slt/index.php index a527954..6cb2747 100644 --- a/slt/index.php +++ b/slt/index.php @@ -145,22 +145,22 @@ ul.nav-child > li > a:focus .list-striped li:nth-child(odd), .row-striped .row-fluid:nth-child(odd) { - background-color: ; - color: ; + background-color: ; + color: ; } .row-striped .row-fluid:nth-child(odd) a { - color: ; + color: ; } .list-striped li:hover, .row-striped .row-fluid:hover { - background-color: ; - color: ; + background-color: ; + color: ; } .row-striped .row-fluid:hover a { - color: ; + color: ; } table.alternating tr:nth-child(even) {