From 432d598536e0e1828d704edf3526be4f2625b29b Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 8 Jul 2020 19:04:53 +0200 Subject: Better green --- css/gitjoe.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/css/gitjoe.css b/css/gitjoe.css index d2aa7ed..55ba5e7 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -94,7 +94,7 @@ a:active { } .i { - color: #58871a; + color: #20871a; } a.h { @@ -106,7 +106,19 @@ a.d { } a.i { - color: #58871a; + color: #20871a; +} + +a.h:hover { + color: #8f3f71; +} + +a.d:hover { + color: #9d0006; +} + +a.i:hover { + color: #20871a; } div#content tr:hover { -- cgit v1.2.3