aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2020-04-26 17:36:55 -0600
committerAdam Hovorka <[email protected]>2020-04-26 17:36:55 -0600
commita1bf1965d47c770aed95cf7ef4a8d8d010273869 (patch)
tree26d431c84e3b7b0450fc393bc45bd0efd515dbf6 /style.css
parentea2dc3f10d975977691bf920b72e180635a5912f (diff)
Add blockquote styles
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;