univ-nantes: remplaced missing var by color name equivalent (#71216)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Agate 2022-11-16 10:16:40 +01:00
parent d12341c2f1
commit b54cd33803
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;