aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index fe59f89..95cd71f 100644
--- a/style.css
+++ b/style.css
@@ -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;