summaryrefslogtreecommitdiffci
path: root/views/partials
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-05-16 13:18:08 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-05-16 13:18:08 +0700
commit44b72cbc80fb89788470bda75eeb9c0bb3dee2f5 (patch)
tree1dbc4e1ea6a85a31502c99cbf7bf9ba05b58e653 /views/partials
parent551295ecacebbb94019def022f70397f74c44775 (diff)
downloadweb-44b72cbc80fb89788470bda75eeb9c0bb3dee2f5.tar.gz
web-44b72cbc80fb89788470bda75eeb9c0bb3dee2f5.zip
feat: all color themes now have light & dark variations depending on preference
feat: color all leaflet elements depending on color theme & scheme feat: change font to m-plus for short description fix: theme wheel position on different dpi screens in global map
Diffstat (limited to 'views/partials')
-rw-r--r--views/partials/catalogue-blog-cards.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/catalogue-blog-cards.html b/views/partials/catalogue-blog-cards.html
index 3eebd58..799955f 100644
--- a/views/partials/catalogue-blog-cards.html
+++ b/views/partials/catalogue-blog-cards.html
@@ -24,7 +24,7 @@
<p class="basis-56 grow text-base italic text-secondary text-right">{{ .PublishedTime }}</p>
{{- end }}
</div>
- <p class="font-gentium">{{ .ShortDescription }}</p>
+ <p class="font-m-plus">{{ .ShortDescription }}</p>
{{- if not $.HideTags }}
<p class="font-m-plus text-sm">{{ $.L.TagsLabel }} {{ template "catalogue-blog-card-tags.html" . }}</p>
{{- end }}