From e4fd18afaf6228395e59b99032362ac65fc4fca3 Mon Sep 17 00:00:00 2001 From: Cédric Picard Date: Sat, 29 Nov 2014 01:11:52 +0100 Subject: Dark theme --- static/base.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'static/base.css') diff --git a/static/base.css b/static/base.css index 9569be1..db74b35 100644 --- a/static/base.css +++ b/static/base.css @@ -1,12 +1,13 @@ html { - background-color: #002b36; + /*background-color: #002b36;*/ + background-color: #232531 } #floatingmenu { border: 1px solid #000; width: 200px; height: 50px; - background-color: #002D38; + background-color: #343844 display: block; position: absolute; right: 0px; -- cgit v1.2.3