aboutsummaryrefslogtreecommitdiff
path: root/cmd/stickers/main.templ
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-01-11 16:50:57 -0500
committerXe Iaso <me@xeiaso.net>2025-01-11 16:50:57 -0500
commit883434d8f85936f46565fcd40f84eaf65027d79f (patch)
treeae11dee50c1cce34b806b9fd09a20ca37918330a /cmd/stickers/main.templ
parent31e751895063e77d29f7a58e7a7f7fca29936eb5 (diff)
downloadx-883434d8f85936f46565fcd40f84eaf65027d79f.tar.xz
x-883434d8f85936f46565fcd40f84eaf65027d79f.zip
stickers: fix dark mode for the tester
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/stickers/main.templ')
-rw-r--r--cmd/stickers/main.templ4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/stickers/main.templ b/cmd/stickers/main.templ
index dab6770..cdd8b4f 100644
--- a/cmd/stickers/main.templ
+++ b/cmd/stickers/main.templ
@@ -18,7 +18,7 @@ templ index(character, mood string) {
src={ fmt.Sprintf("/sticker/%s/%s", strings.ToLower(character), mood) }
/>
<p>Inline</p>
- <div style="margin: 1rem 0; display: flex; gap: 1rem; border-radius: 0.375rem; border: 1px solid #d1d5db; background-color: #f3f4f6; padding: 0.75rem; max-width: 65ch; margin-left: auto; margin-right: auto; min-height: fit-content;">
+ <div style="margin: 1rem 0; display: flex; gap: 1rem; border-radius: 0.375rem; color: #000000; border: 1px solid #d1d5db; background-color: #f3f4f6; padding: 0.75rem; max-width: 65ch; margin-left: auto; margin-right: auto; min-height: fit-content;">
<div style="display: flex; padding-top: 0.5rem; padding-bottom: 0.5rem; max-height: 4rem; flex-shrink: 0; align-items: center; justify-content: center; align-self: center;">
<img
style="max-height: 6rem"
@@ -33,7 +33,7 @@ templ index(character, mood string) {
</div>
</div>
<p>Standalone</p>
- <div style="margin: 1rem 0; display: flex; gap: 1rem; border-radius: 0.375rem; border: 1px solid #d1d5db; background-color: #f3f4f6; padding: 0.75rem; max-width: 75ch; margin-left: auto; margin-right: auto; min-height: fit-content;">
+ <div style="margin: 1rem 0; display: flex; gap: 1rem; border-radius: 0.375rem; color: #000000; border: 1px solid #d1d5db; background-color: #f3f4f6; padding: 0.75rem; max-width: 75ch; margin-left: auto; margin-right: auto; min-height: fit-content;">
<div style="display: flex; padding-top: 1.5rem; padding-bottom: 1.5rem; max-height: 4rem; flex-shrink: 0; align-items: center; justify-content: center; align-self: center;">
<img
style="max-height: 8rem"