summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/style.css b/src/style.css
index 70419ed..19a32ab 100644
--- a/src/style.css
+++ b/src/style.css
@@ -63,9 +63,11 @@ 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 + figcaption::before { content: '— '; }
+blockquote > p:first-child::before { content: '‘'; }
+blockquote > p:last-child::after { content: '’'; }
+blockquote.de > p:first-child::before { content: '„'; }
+blockquote.de > p:last-child::after { content: '“'; }
+blockquote + figcaption::before { content: '— '; }
blockquote, blockquote + figcaption { font-style: italic; }