diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-02-10 20:26:11 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-02-10 20:26:11 +0100 |
commit | 9864988517a0c687a0ebe9fccecc126cec1b2776 (patch) | |
tree | d7d407357d333b6a7d2e4fe286ea587435e36515 | |
parent | def35942afdb99b8142293d763160fde5470d38e (diff) | |
download | aur-9864988517a0c687a0ebe9fccecc126cec1b2776.tar.gz aur-9864988517a0c687a0ebe9fccecc126cec1b2776.tar.xz |
Highlight the AUR link in the navigation bar
Fixes FS#38498.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r-- | web/html/css/aur.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |