diff options
author | Cédric Picard <cedric.picard@efrei.net> | 2014-11-29 01:52:15 +0100 |
---|---|---|
committer | Cédric Picard <cedric.picard@efrei.net> | 2014-11-29 01:52:15 +0100 |
commit | 016ee202b5fb4b4c77eaffd68f58c59b80e63a7e (patch) | |
tree | 3c8434667053a54f4af24b7e4106318e37e4e482 /static/base.css | |
parent | 5aaa4923f86c6c4df2c5cbdda6cc9ccb7f1eeebf (diff) | |
download | pasteme-016ee202b5fb4b4c77eaffd68f58c59b80e63a7e.tar.gz pasteme-016ee202b5fb4b4c77eaffd68f58c59b80e63a7e.tar.bz2 pasteme-016ee202b5fb4b4c77eaffd68f58c59b80e63a7e.zip |
Fucking great dark theme
Diffstat (limited to 'static/base.css')
-rw-r--r-- | static/base.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/static/base.css b/static/base.css index 5160b77..c671db7 100644 --- a/static/base.css +++ b/static/base.css @@ -7,14 +7,9 @@ body { } #floatingmenu { - border: 1px solid #000; - width: 200px; - height: 50px; - background-color: #343844; display: block; position: absolute; right: 0px; top: 0px; position: absolute; - color: #E9A94B; } |