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;