From 32926fcd860077e098810628b1f494f3a4737b3a Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 13 Aug 2012 17:56:33 +0200 Subject: changed header link color --- module/web/static/css/default/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'module/web/static/css/default') diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index 63a7ad959..19d0c87d3 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -83,6 +83,11 @@ header { width: 100%; z-index: 10; min-width: 1000px; + color: #ffffff; +} + +header a { + color: #ffffff; } header:before { @@ -123,7 +128,6 @@ header .logo { float: right; margin: 12px 12px 0; font-family: SansationRegular, sans-serif; - color: #ffffff; } .icon_info { padding-bottom: 5px; -- cgit v1.2.3