optimisation des variables de config

This commit is contained in:
Raphael Goetter 2016-10-31 10:53:57 +01:00
parent b244052b8d
commit 11428597ae
5 changed files with 16 additions and 22 deletions

View file

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