Put language selector in white

This commit is contained in:
2024-01-29 12:13:42 +01:00
parent 913d278533
commit e45503469a
2 changed files with 4 additions and 1 deletions

View File

@@ -102,6 +102,9 @@ header.header {
border: 1px solid $chill-orange;
}
}
.lang-select {
color: white;
}
}
main > section {