Browse Source

couleurs des liens

Hugo Roy 9 years ago
parent
commit
0f3bccde09
1 changed files with 2 additions and 1 deletions
  1. 2 1
      _sass/variables.scss

+ 2 - 1
_sass/variables.scss

@@ -52,7 +52,8 @@ $vimeo-color        : #1ab7ea;
 $youtube-color      : #ff3333;
 
 /* links */
-$linkcolor 		    : #343434;
+/* $linkcolor 		    : #343434; */
+$linkcolor          : #00E
 $link-color       : $linkcolor;
 $linkcolorhover 	: darken($linkcolor, 10);
 $linkcolorvisited : lighten($linkcolorhover, 20);