Uniformisation of colors

This commit is contained in:
Yann Esposito (Yogsototh) 2011-05-14 17:19:59 +02:00
parent 90f26723c9
commit 24cb82fa7a
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ a {
/* line 81, ../src/main.scss */ /* line 81, ../src/main.scss */
a:hover { a:hover {
color: #ee6666; color: #cc6d00;
} }
/* line 85, ../src/main.scss */ /* line 85, ../src/main.scss */
@ -240,7 +240,7 @@ h1, h2, h3, h4, h5, h6 {
} }
/* line 223, ../src/main.scss */ /* line 223, ../src/main.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { 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 */ /* line 229, ../src/main.scss */

View file

@ -23,8 +23,8 @@ $dark : #2C5490;
$darkGrey : #7689A6; $darkGrey : #7689A6;
$backgroundColor: $mainBackgroundColor; $backgroundColor: $mainBackgroundColor;
$hoverColor: #E66; $hoverColor: #CC6D00;
$hoverColorShadow: #411; $hoverColorShadow: #883C00;
$titleColor: $darkGrey; $titleColor: $darkGrey;
$higlightColor: #8AD; $higlightColor: #8AD;
$higlightColorShadow: #236; $higlightColorShadow: #236;