[aur-dev] [PATCH 1/3] Highlight the AUR link in the navigation bar

Lukas Fleischer archlinux at cryptocrack.de
Mon Feb 10 15:03:09 EST 2014


Fixes FS#38498.

Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
 web/html/css/aur.css | 4 ++++
 1 file changed, 4 insertions(+)

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;
 }
-- 
1.8.5.4



More information about the aur-dev mailing list