Put language selector in white
This commit is contained in:
parent
913d278533
commit
e45503469a
@ -102,6 +102,9 @@ header.header {
|
||||
border: 1px solid $chill-orange;
|
||||
}
|
||||
}
|
||||
.lang-select {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
main > section {
|
||||
|
@ -7,7 +7,7 @@
|
||||
{{ $pageLink := replace (replace $context.RelPermalink (add $pageLang "/") "") $base.Path "/" }}
|
||||
|
||||
{{ if $context.IsTranslated }}
|
||||
<select class="{{ $class }}" onchange="location = this.value">
|
||||
<select class="{{ $class }} lang-select" onchange="location = this.value">
|
||||
{{ range $siteLanguages }}
|
||||
{{ if eq (string $pageLang) (string .Language) }}
|
||||
<option
|
||||
|
Loading…
Reference in New Issue
Block a user