From 31730ec75bf4d541bbcd507f88b954a2c7988a6b Mon Sep 17 00:00:00 2001
From: Silke Meyer <silke@silkemeyer.net>
Date: Sat, 14 Jun 2014 23:58:46 +0200
Subject: [PATCH] white text / icons in upper nav

---
 view/theme/vier/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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