From 5aaa4923f86c6c4df2c5cbdda6cc9ccb7f1eeebf Mon Sep 17 00:00:00 2001 From: Cédric Picard Date: Sat, 29 Nov 2014 01:32:49 +0100 Subject: Working on dark theme --- static/base.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/base.css b/static/base.css index db74b35..5160b77 100644 --- a/static/base.css +++ b/static/base.css @@ -1,16 +1,20 @@ html { - /*background-color: #002b36;*/ background-color: #232531 } +body { + color: #aaaaaa; +} + #floatingmenu { border: 1px solid #000; width: 200px; height: 50px; - background-color: #343844 + background-color: #343844; display: block; position: absolute; right: 0px; top: 0px; position: absolute; + color: #E9A94B; } -- cgit v1.2.3