From fad946372b534ece1bddbd34b3076d946724554f Mon Sep 17 00:00:00 2001 From: "Nils Dagsson Moskopp (grandcentrix)" Date: Wed, 16 May 2018 11:49:22 +0200 Subject: [PATCH] Improve contrast on profiler page --- dozer/media/css/profile.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dozer/media/css/profile.css b/dozer/media/css/profile.css index 97d5db8..f7ff502 100644 --- a/dozer/media/css/profile.css +++ b/dozer/media/css/profile.css @@ -41,9 +41,9 @@ p, ul, ol, dl, blockquote, pre, table {margin-bottom: 18px;} dt {font-size: 11px; font-weight: bold; letter-spacing: 1px; margin-bottom: 9px; text-transform: uppercase;} a {border: 0; outline: none;} -a:link, a:visited {color: #001999; text-decoration: underline;} -a:hover {color: #001999; text-decoration: none;} -a:active {color: #343434; text-decoration: none;} +a:link, a:visited {background-color: black; color: orange; text-decoration: underline;} +a:hover { text-decoration: none;} +a:active { text-decoration: none;} table {empty-cells: show; margin-bottom: 18px;} th {background: #eee 0 100% repeat-x; color: #000;}