From 886ce662baaaf037b1490679b637cb83116548e0 Mon Sep 17 00:00:00 2001 From: lew Date: Fri, 1 May 2026 01:28:27 +0100 Subject: [PATCH] added th --- content/blog/th.md | 17 +++++++++++++++++ static/style.css | 9 +++------ 2 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 content/blog/th.md diff --git a/content/blog/th.md b/content/blog/th.md new file mode 100644 index 0000000..699f63e --- /dev/null +++ b/content/blog/th.md @@ -0,0 +1,17 @@ ++++ +title = "th" +date = 2024-04-21 ++++ + +
+id dread the thought of thoughts
+and of thinking too thoughtfully
+if things end dreadfully for us;
+i think all thoughts ive thought
+while thinking of late have been
+thoughtful things about us(which
+thankfully[i thank]works well as
+things are swell,but hell to the
+thoughts i’ll thoughtfully think
+if things end dreadfully for me)
+
diff --git a/static/style.css b/static/style.css index 74e0ad4..9cf6d61 100644 --- a/static/style.css +++ b/static/style.css @@ -35,19 +35,16 @@ figcaption { pre { max-width: 100%; overflow-x: auto; +} + +pre:has(> code) { padding: 0.75rem 1rem; - border-radius: 4px; } code { font-size: 0.95em; } -:not(pre) > code { - padding: 0.1em 0.3em; - border-radius: 3px; -} - .anchor { text-decoration: none; margin-right: 0.3em;