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;