renommage des variables
This commit is contained in:
parent
b1d5168221
commit
f609505066
5 changed files with 20 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue