diff --git a/.changeset/kind-avocados-arrive.md b/.changeset/kind-avocados-arrive.md new file mode 100644 index 0000000..5557457 --- /dev/null +++ b/.changeset/kind-avocados-arrive.md @@ -0,0 +1,5 @@ +--- +"water.css": minor +--- + +Remove inline quote styles diff --git a/src/parts/_typography.css b/src/parts/_typography.css index 2d275b7..51daeff 100644 --- a/src/parts/_typography.css +++ b/src/parts/_typography.css @@ -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;