From 07819ed61bd22a363e692175eca362c6b6f32f46 Mon Sep 17 00:00:00 2001 From: Matthias Portzel Date: Fri, 23 Feb 2024 23:16:35 -0500 Subject: [PATCH] Skew 10, why not --- thoughts/static/thoughts/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/thoughts/static/thoughts/main.css b/thoughts/static/thoughts/main.css index 54a6753..d6aab0a 100644 --- a/thoughts/static/thoughts/main.css +++ b/thoughts/static/thoughts/main.css @@ -187,6 +187,10 @@ h1, h1 a { min-height: 1em; } +.thought .main, .thought .extended { + transform: skew(-10deg); +} + .thought-end { overflow: auto; font-size: 14px;