summaryrefslogtreecommitdiffci
path: root/views/pages/language-pick.html
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-04-04 03:03:29 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-04-04 03:03:29 +0700
commitb1355436e96f2dfa777e843b53896d0bb71628e3 (patch)
treeb1a6d83cfbbc558d0572e26a353c3bce37bee580 /views/pages/language-pick.html
parent85fbaeb091d0bc26b828bb4537664325d93dd119 (diff)
downloadweb-b1355436e96f2dfa777e843b53896d0bb71628e3.tar.gz
web-b1355436e96f2dfa777e843b53896d0bb71628e3.zip
feat: replace font-andika
feat: replace noise image with lighter paper texture refactor: put colors in tailwind theme block
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 775c18e..29c5888 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-full">
{{- range .AvailableLanguages }}
<hr class="border-t-2 border-dotted border-main-hard">
- <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">
+ <div class="nth-[2n+1_of_div]:bg-(--color-background-medium)/50 nth-[2n_of_div]:bg-(--color-background-light)/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>