From 24cb82fa7a530c8fa0fc70f64f4198cea3bb9e19 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Sat, 14 May 2011 17:19:59 +0200 Subject: [PATCH] Uniformisation of colors --- site/css/main.css | 4 ++-- site/src/main.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/css/main.css b/site/css/main.css index 0b67ffe..fadd3dc 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -26,7 +26,7 @@ a { /* line 81, ../src/main.scss */ a:hover { - color: #ee6666; + color: #cc6d00; } /* line 85, ../src/main.scss */ @@ -240,7 +240,7 @@ h1, h2, h3, h4, h5, h6 { } /* line 223, ../src/main.scss */ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { - text-shadow: 0px -1px 0px #441111, 0px 1px 0px white; + text-shadow: 0px -1px 0px #883c00, 0px 1px 0px white; } /* line 229, ../src/main.scss */ diff --git a/site/src/main.scss b/site/src/main.scss index df1ca76..7d446a9 100644 --- a/site/src/main.scss +++ b/site/src/main.scss @@ -23,8 +23,8 @@ $dark : #2C5490; $darkGrey : #7689A6; $backgroundColor: $mainBackgroundColor; -$hoverColor: #E66; -$hoverColorShadow: #411; +$hoverColor: #CC6D00; +$hoverColorShadow: #883C00; $titleColor: $darkGrey; $higlightColor: #8AD; $higlightColorShadow: #236;