summaryrefslogtreecommitdiffstats
path: root/web/html/css
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-02-10 20:26:11 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2014-02-10 20:26:11 +0100
commit9864988517a0c687a0ebe9fccecc126cec1b2776 (patch)
treed7d407357d333b6a7d2e4fe286ea587435e36515 /web/html/css
parentdef35942afdb99b8142293d763160fde5470d38e (diff)
downloadaurweb-9864988517a0c687a0ebe9fccecc126cec1b2776.tar.xz
Highlight the AUR link in the navigation bar
Fixes FS#38498. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/css')
-rw-r--r--web/html/css/aur.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/css/aur.css b/web/html/css/aur.css
index b78ce3e..bed39e8 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;
}