diff options
Diffstat (limited to 'views/pages/language-pick.html')
| -rw-r--r-- | views/pages/language-pick.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/language-pick.html b/views/pages/language-pick.html index 0bd0f6e..5a9d229 100644 --- a/views/pages/language-pick.html +++ b/views/pages/language-pick.html @@ -2,7 +2,7 @@ <div class="flex flex-col justify-center text-3xl h-[100%]"> {{- range .AvailableLanguages }} <hr class="border-t-2 border-dotted border-main-hard"> - <div class="nth-[2n+1_of_div]:bg-(--background-medium-color) p-2.5 flex flex-row justify-center justify-items-center"> + <div class="nth-[2n+1_of_div]:bg-(--background-medium-color)/50 nth-[2n_of_div]:bg-(--background-light-color)/50 p-2.5 flex flex-row justify-center justify-items-center"> <a href="/{{ .Name }}" class="w-12 h-12 basis-12 shrink-0 mr-4"> <img onclick="return changeUrl('{{ .Name }}');" class="w-full h-full aspect-square cursor-pointer object-cover rounded-md select-none" src="{{ .Flag }}"> </a> |