summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css
index 842e95d..a418a11 100644
--- a/src/style.css
+++ b/src/style.css
@@ -64,7 +64,7 @@ pre, code, kbd, samp {
pre > code { color: var(--fg); }
:not(pre) > code { white-space: nowrap; }
-pre.js { tab-size: 4; }
+pre.js, pre.sh { tab-size: 4; }
pre.pug, pre.gsp { tab-size: 2; }
h1 {
@@ -98,6 +98,9 @@ blockquote, blockquote + figcaption { font-style: italic; }
margin-block: .5rem;
}
+.quote cite::before { content: '‘'; }
+.quote cite::after { content: '’'; }
+
figure:not(.quote) figcaption {
text-align: center;
text-decoration: underline;