1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-27 05:39:25 +00:00

style: Add title card background color

This commit is contained in:
2026-05-19 13:39:48 -05:00
parent 236b62ae02
commit c04418b10e
49 changed files with 630 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
<div class="pg:title-card hx:last-of-type:mb-0 hx:rounded-lg hx:p-6 hx:mt-4 hx:group">
{{ .InnerDeindent | $.Page.RenderString (dict "display" "block" "markup" "goldmark") }}
</div>