From 9864988517a0c687a0ebe9fccecc126cec1b2776 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 10 Feb 2014 20:26:11 +0100 Subject: Highlight the AUR link in the navigation bar Fixes FS#38498. Signed-off-by: Lukas Fleischer --- web/html/css/aur.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/html') diff --git a/web/html/css/aur.css b/web/html/css/aur.css index b78ce3e8..bed39e8a 100644 --- a/web/html/css/aur.css +++ b/web/html/css/aur.css @@ -1,4 +1,8 @@ /* AUR-specific customizations to "archweb.css". */ +#archnavbar.anb-aur ul li#anb-aur a { + color: white !important; +} + #lang_sub { float: right; } -- cgit v1.2.3-24-g4f1b