diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2015-10-04 16:21:38 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2015-10-04 16:21:38 +0200 |
commit | 6ea0b23af92e21cac5ec09d93dc065c3aff40942 (patch) | |
tree | 501c4031f2c5a00aa34d681c5d42beecd3f057a4 /theme/static/css | |
parent | 098c0f42ad8da03391453fe8998871ba491cdd25 (diff) |
Update theme
Diffstat (limited to 'theme/static/css')
-rwxr-xr-x | theme/static/css/main.css | 2 | ||||
-rwxr-xr-x | theme/static/css/styles.css | 2 |
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; } |