From 3f71d7dba128ee396e42ab85985b700be191387d Mon Sep 17 00:00:00 2001 From: PayBas Date: Mon, 7 Jul 2014 21:43:26 +0200 Subject: [PATCH] [ticket/12598] Remove unused link colors PHPBB3-12598 --- phpBB/styles/prosilver/theme/colours.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 6abb3825b4..dccb58c579 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -255,11 +255,11 @@ a { color: #105289; } a:hover { color: #D31141; } /* Links on gradient backgrounds */ -.navbg a, .forumbg .header a, .forabg .header a, th a { +.forumbg .header a, .forabg .header a, th a { color: #FFFFFF; } -.navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover { +.forumbg .header a:hover, .forabg .header a:hover, th a:hover { color: #A8D8FF; }