From f15878b533c10992cc77d39c76f6ff03eb248b8a Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 26 Oct 2013 04:31:58 -0400 Subject: [PATCH] Colors look better on a slightly darker bg --- css/glowingbear.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index b4c407e..75f6c99 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -85,7 +85,7 @@ hr { body { color: #ddd; - background-color: #222; + background-color: #181818; padding-left: 0; padding-right: 5px; padding-bottom:70px; @@ -190,6 +190,9 @@ input[type=text], input[type=password], .badge { .navbar-fixed-bottom { margin: 0 5px 0 14%; } +.navbar-inverse { + background-color: #181818; +} @media (max-width: 968px) { #sidebar, #bufferlines { position: relative;