Remove inline quote styles

This commit is contained in:
Felix Mattick 2022-01-20 15:59:39 -06:00
parent 16b8d5ce41
commit b51d3e27b4
No known key found for this signature in database
GPG key ID: 4E7A3D01471F32AB
2 changed files with 6 additions and 10 deletions

View file

@ -0,0 +1,5 @@
---
"water.css": minor
---
Remove inline quote styles

View file

@ -35,16 +35,7 @@ th {
font-weight: 600;
}
q::before {
content: none;
}
q::after {
content: none;
}
blockquote,
q {
blockquote {
border-left: 4px solid var(--focus);
margin: 1.5em 0;
padding: 0.5em 1em;