From f15dec16d1043a5ca44db9ca2797943ba4a875fa Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sun, 15 Jun 2014 00:56:05 +0200 Subject: [PATCH] bg color and selected tab brighter --- view/theme/vier/breathe.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/view/theme/vier/breathe.css b/view/theme/vier/breathe.css index c44f171c1f..def900d8b3 100644 --- a/view/theme/vier/breathe.css +++ b/view/theme/vier/breathe.css @@ -260,9 +260,7 @@ body { line-height: 19.5px; */ font-weight: 400; font-style: normal; - /* background-color: #ffffff; */ - /* background-color: #FAFAFA; */ - background-color: rgb(229, 229, 229); + background-color: #eeeeee color: #2d2d2d; margin: 0px 0px 0px 0px; display: table; @@ -619,7 +617,7 @@ nav .nav-menu { }*/ nav .nav-menu.selected { - border-bottom: 3px solid #9eabb0; + border-bottom: 3px solid #eeeeee; /* background-color: #364E59; */ } -- 2.39.5