summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-05-17 20:45:20 +0200
committermo8it <mo8it@proton.me>2025-05-17 20:45:20 +0200
commit5fc787f4e4af9223d1b6d579db3460b2cbf8bbd1 (patch)
tree524c0bb32d599befe3f39eb2df417d1769161e02
parent8fa598ae7eb8c014657cea787376109b7f4c5d18 (diff)
Style details body
-rw-r--r--website/templates/shortcodes/details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/shortcodes/details.html b/website/templates/shortcodes/details.html
index c32d7c8..bcdd6b5 100644
--- a/website/templates/shortcodes/details.html
+++ b/website/templates/shortcodes/details.html
@@ -3,7 +3,7 @@
<strong>{{ summary | safe }}</strong> (<em>click to expand</em>)
</summary>
- <blockquote>
+ <blockquote class="mx-0.5 border-x-3 border-b-3 border-dashed pt-1 mt-1 rounded-none">
{{ body | markdown | safe }}
</blockquote>
</details>