From: Silke Meyer Date: Sat, 14 Jun 2014 21:58:46 +0000 (+0200) Subject: white text / icons in upper nav X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=31730ec75bf4d541bbcd507f88b954a2c7988a6b;p=friendica.git white text / icons in upper nav --- diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index e0d50723e8..c44f171c1f 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -519,7 +519,7 @@ nav { } nav .icon { - color: #ccc; + color: #fff; } nav a:active, @@ -528,7 +528,7 @@ nav a:link, nav a { text-decoration: none; outline: none; - color: #ccc; + color: #fff; padding-bottom: 8px; padding-top: 8px; }