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;
|
border: 1px solid $chill-orange;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.lang-select {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
main > section {
|
main > section {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
{{ $pageLink := replace (replace $context.RelPermalink (add $pageLang "/") "") $base.Path "/" }}
|
{{ $pageLink := replace (replace $context.RelPermalink (add $pageLang "/") "") $base.Path "/" }}
|
||||||
|
|
||||||
{{ if $context.IsTranslated }}
|
{{ if $context.IsTranslated }}
|
||||||
<select class="{{ $class }}" onchange="location = this.value">
|
<select class="{{ $class }} lang-select" onchange="location = this.value">
|
||||||
{{ range $siteLanguages }}
|
{{ range $siteLanguages }}
|
||||||
{{ if eq (string $pageLang) (string .Language) }}
|
{{ if eq (string $pageLang) (string .Language) }}
|
||||||
<option
|
<option
|
||||||
|
Loading…
Reference in New Issue
Block a user