diff --git a/src/parts/_typography.css b/src/parts/_typography.css index 3ab7e50..407ca7a 100644 --- a/src/parts/_typography.css +++ b/src/parts/_typography.css @@ -34,15 +34,15 @@ th { font-weight: 600; } -q:before { +q::before { content: none; } -q:after { +q::after { content: none; } -blockquote , q{ +blockquote, q { border-left: 4px solid var(--focus); margin: 1.5em 0em; padding: 0.5em 1em;