From 0384fdda6ef993db7ce273872bcbfee98ea68dd6 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 18 Aug 2013 00:45:02 +0200 Subject: [PATCH] web: Unify link colors. The color on the gitweb page was slightly different. --- web/gitweb.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/gitweb.css b/web/gitweb.css index 4da43045..9057a8f5 100644 --- a/web/gitweb.css +++ b/web/gitweb.css @@ -6,11 +6,11 @@ body { } a { - color: #BA3708; + color: #cc3322; } a:hover { - color: #BA3708; + color: #cc3322; background-color: #ffff00; } @@ -34,7 +34,7 @@ div.page_header { } div.page_header a:visited, a.header { - color: #BA3708; + color: #cc3322; } div.page_header a:hover { @@ -46,7 +46,7 @@ div.page_nav { } div.page_nav a:visited { - color: #BA3708; + color: #cc3322; } div.page_path { @@ -134,7 +134,7 @@ div.author_date { a.list { text-decoration: none; - color: #BA3708; + color: #cc3322; } a.subject, a.name { @@ -218,7 +218,7 @@ th { tr.light:hover { background-color: yellow; - color: #BA3708; + color: #cc3322; } tr.dark { @@ -231,7 +231,7 @@ tr.dark2 { tr.dark:hover { background-color: yellow; - color: #BA3708; + color: #cc3322; } td { -- 2.30.2