10 Feb
2014
10 Feb
'14
8:03 p.m.
Fixes FS#38498. Signed-off-by: Lukas Fleischer <archlinux@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