From 03c0e01d1cd93ef647d832fbdb0f49bac9d8f2bc Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 28 Oct 2024 02:20:12 +0100 Subject: Check ‘lang’ attr instead of class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: '“'; } } -- cgit v1.2.3