aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2015-10-04 16:21:38 +0200
committerSébastien Dailly <sebastien@chimrod.com>2015-10-04 16:21:38 +0200
commit6ea0b23af92e21cac5ec09d93dc065c3aff40942 (patch)
tree501c4031f2c5a00aa34d681c5d42beecd3f057a4 /theme
parent098c0f42ad8da03391453fe8998871ba491cdd25 (diff)
Update theme
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/static/css/main.css2
-rwxr-xr-xtheme/static/css/styles.css2
2 files changed, 1 insertions, 3 deletions
diff --git a/theme/static/css/main.css b/theme/static/css/main.css
index 8dabecf..38ee676 100755
--- a/theme/static/css/main.css
+++ b/theme/static/css/main.css
@@ -15,7 +15,7 @@ body {
margin: 0;
padding: 0;
color: black;
- background : #323232;
+ background : #222;
margin-left: auto;
margin-right: auto;
font-family: Linux Libertine O, Times new Roman, serif;
diff --git a/theme/static/css/styles.css b/theme/static/css/styles.css
index 3590ad1..b677fb4 100755
--- a/theme/static/css/styles.css
+++ b/theme/static/css/styles.css
@@ -15,7 +15,6 @@
position:relative;
padding:13px 20px;
font: 13px/100% Arial, Helvetica, sans-serif; text-align:center;
- text-shadow:1px 1px 0 rgba(0,0,0, 0.4);
height: 13px;
border-right:1px solid #000;
color:#fff;
@@ -64,7 +63,6 @@
#cssmenu ul li > ul li a{
outline:none; display:block; position:relative; margin:0;
padding:8px 20px; font:10pt Arial, Helvetica, sans-serif;
- text-shadow:1px 1px 0 rgba(0,0,0, 0.5);
text-decoration:none;
}