univ-nantes: remplaced missing var by color name equivalent (#71216) #18

Merged
aberriot merged 1 commits from wip/71216-missing-var into main 2022-11-16 10:18:25 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ h1, h2, h3, h4, h5, h6 {
background: transparent;
}
a {
color: $white;
color: white;
@media screen and ($max-mobile-viewport) {
padding: $space-xsmall 0;
margin-left: $space-medium;