summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-08-16 20:54:59 +0200
committerMartin Fischer <martin@push-f.com>2025-08-16 22:32:40 +0200
commitd8e691b2939cde312ea8df6625bd392a83696867 (patch)
treeb1aad8d7333ded6768f3709bc79a03f36c2a8ed3 /README.md
parent0417a92524d58685b328a6cfa650d06e931ad054 (diff)
fix: blockquote styling
A heading in a blockquote had no padding between the border and the heading.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 745f0e0..ce2f3f9 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,8 @@ Tastefejl is a fork of the [Typo] Hugo theme, with the following changes:
* Removed the render image hook that broke Markdown attributes for images (can be enabled with `markup.goldmark.parser.attribute.block = true`).
+* Fixed blockquote styling (headings in blockquotes were touching the blockquote border).
+
* Removed [Simple Icons] because I don't want to plaster brands on my website and at one point a 50MB .html file was committed
(I filtered the git history to reduce the size of the repository.)