diff options
Diffstat (limited to 'website/templates/shortcodes/details.html')
| -rw-r--r-- | website/templates/shortcodes/details.html | 2 |
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> |
