From 6ea0b23af92e21cac5ec09d93dc065c3aff40942 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 4 Oct 2015 16:21:38 +0200 Subject: Update theme --- theme/static/css/main.css | 2 +- theme/static/css/styles.css | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'theme/static') 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; } -- cgit v1.2.3