summaryrefslogtreecommitdiffci
path: root/views/pages/language-pick.html
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2025-10-20 03:20:27 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2025-10-20 03:20:27 +0700
commit64397d4d27c14427ee8cb8d5a7618058d04f3737 (patch)
tree3161c1417a314ee13595fef6906969ac92172edf /views/pages/language-pick.html
parent2cbbaaa40019e452b41c98720af8c23759351200 (diff)
downloadweb-64397d4d27c14427ee8cb8d5a7618058d04f3737.tar.gz
web-64397d4d27c14427ee8cb8d5a7618058d04f3737.zip
feat: softer checker backgrounds
fix: add missing underline in contacts panel
Diffstat (limited to 'views/pages/language-pick.html')
-rw-r--r--views/pages/language-pick.html2
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>