mirror of
https://github.com/kognise/water.css.git
synced 2025-06-18 21:50:47 +02:00
Remove inline quote styles
This commit is contained in:
5
.changeset/kind-avocados-arrive.md
Normal file
5
.changeset/kind-avocados-arrive.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"water.css": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Remove inline quote styles
|
@ -35,16 +35,7 @@ th {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
q::before {
|
blockquote {
|
||||||
content: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
q::after {
|
|
||||||
content: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote,
|
|
||||||
q {
|
|
||||||
border-left: 4px solid var(--focus);
|
border-left: 4px solid var(--focus);
|
||||||
margin: 1.5em 0;
|
margin: 1.5em 0;
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
|
Reference in New Issue
Block a user