optimisation des variables de config
This commit is contained in:
parent
b244052b8d
commit
11428597ae
5 changed files with 16 additions and 22 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue