From 6f75fbbc6844cbb5d2ed6bad26b6490644ee3024 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 8 Jul 2020 18:50:45 +0200 Subject: Added diff colors --- css/gitjoe.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'css') diff --git a/css/gitjoe.css b/css/gitjoe.css index 43eb4e8..4f93039 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -85,6 +85,18 @@ a:active { text-decoration: none; } +a#h { + color: #d3869b; +} + +a#d { + color: #fb4934; +} + +a#i { + color: #b8bb26; +} + div#content tr:hover { background-color: #d1e2f4; } -- cgit v1.2.3