aboutsummaryrefslogtreecommitdiffstats
path: root/static/base.css
diff options
context:
space:
mode:
authorCédric Picard <cedric.picard@efrei.net>2014-11-29 01:11:52 +0100
committerCédric Picard <cedric.picard@efrei.net>2014-11-29 01:11:52 +0100
commite4fd18afaf6228395e59b99032362ac65fc4fca3 (patch)
treed92a6d6d7f972491869b423fd80efc696d9b3450 /static/base.css
parent695fcb4cdddbd4df5758426f17b0850c45ce95a4 (diff)
downloadpasteme-e4fd18afaf6228395e59b99032362ac65fc4fca3.tar.gz
pasteme-e4fd18afaf6228395e59b99032362ac65fc4fca3.tar.bz2
pasteme-e4fd18afaf6228395e59b99032362ac65fc4fca3.zip
Dark theme
Diffstat (limited to 'static/base.css')
-rw-r--r--static/base.css5
1 files changed, 3 insertions, 2 deletions
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;