From 2cb041bf8df7667e3fe50d3d3008ccaaf82fc26a Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 8 Apr 2016 17:10:36 +0200 Subject: [PATCH] Dark background in header --- app/assets/stylesheets/_settings.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index 3d98601..088872e 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -554,7 +554,8 @@ $tooltip-radius: $global-radius; // ----------- $topbar-padding: 0.5rem; -$topbar-background: $light-gray; +// $topbar-background: $light-gray; +$topbar-background: #2e3436; $topbar-title-spacing: 1rem; $topbar-input-width: 200px; @@ -606,7 +607,8 @@ $menu-item-background-active: $primary-color; header { - background-color: $light-gray; + // background-color: $light-gray; + background-color: #2e3436; } body @@ -669,11 +671,11 @@ html, body { p { display: table-cell; - padding: 0 20px; + padding: 5px 20px; color: $footer-text-color; vertical-align: middle; text-align: center; - font-size: 80%; + font-size: 100%; } a