summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css
index d60cec7..3ee4672 100644
--- a/src/style.css
+++ b/src/style.css
@@ -99,7 +99,7 @@ blockquote {
p:first-child::before { content: '‘'; }
p:last-child::after { content: '’'; }
- &.de {
+ &:lang(de) {
p:first-child::before { content: '„'; }
p:last-child::after { content: '“'; }
}