From: Andre Noll Date: Sat, 17 Aug 2013 22:45:02 +0000 (+0200) Subject: web: Unify link colors. X-Git-Tag: v0.5.0~1^2~12 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=0384fdda6ef993db7ce273872bcbfee98ea68dd6 web: Unify link colors. The color on the gitweb page was slightly different. --- 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 {