From a9c5a7498ac8edd61211259d4283587f0aeb9121 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 5 Apr 2012 07:46:37 +0200 Subject: [PATCH] better brand color --- www/phorkie.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/www/phorkie.css b/www/phorkie.css index f9f3ad0..882a2f7 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -21,8 +21,11 @@ a.anchorlink { } .navbar .brand { /*float: right;*/ - color: yellow; - text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125); + color: #DDA; + text-shadow: 0 0 30px rgba(255, 255, 255, .9); +} +.navbar .brand:hover { + color: #FFA; } .file { -- 2.30.2