renommage des variables

This commit is contained in:
Raphael Goetter 2016-11-22 14:47:41 +01:00
parent b1d5168221
commit f609505066
5 changed files with 20 additions and 14 deletions

View file

@ -21,16 +21,16 @@ html {
body {
font-size: $base-font-size;
background-color: $alpha-color;
background-color: $base-background;
color: $base-color;
font-family: $font-stack-common;
line-height: $line-height;
}
a {
color: $zeta-color;
color: $link-color;
&:hover, &:focus, &:active {
color: $base-color;
color: $link-hover-color;
}
}