diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -157,6 +157,11 @@ strong { font-weight: 900; } +blockquote { + padding-left: 1.4em; + border-left: 3px solid var(--border); +} + section:not(.editing) .choice { display: block; margin: 1em 0; |