diff options
| author | Cédric Picard <cedric.picard@efrei.net> | 2014-11-29 01:32:49 +0100 | 
|---|---|---|
| committer | Cédric Picard <cedric.picard@efrei.net> | 2014-11-29 01:32:49 +0100 | 
| commit | 5aaa4923f86c6c4df2c5cbdda6cc9ccb7f1eeebf (patch) | |
| tree | 2c82eee0e723573f0867488cad744a8be888f79a | |
| parent | 84af1f3de58ae6d3d27e8db86990d130cc85005d (diff) | |
| download | pasteme-5aaa4923f86c6c4df2c5cbdda6cc9ccb7f1eeebf.tar.gz pasteme-5aaa4923f86c6c4df2c5cbdda6cc9ccb7f1eeebf.tar.bz2 pasteme-5aaa4923f86c6c4df2c5cbdda6cc9ccb7f1eeebf.zip | |
Working on dark theme
| -rw-r--r-- | static/base.css | 8 | 
1 files 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;  } | 
