summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css
index 753de28..1ea926b 100644
--- a/src/style.css
+++ b/src/style.css
@@ -77,8 +77,8 @@ h2 { font-size: 1.2rem; }
a { color: var(--accent); }
a:hover { text-decoration: none; }
-blockquote > p:first-child::before { content: '“'; }
-blockquote > p:last-child::after { content: '”'; }
+blockquote > p:first-child::before { content: '‘'; }
+blockquote > p:last-child::after { content: '’'; }
blockquote + figcaption::before { content: '— '; }
blockquote, blockquote + figcaption { font-style: italic; }