[bugfix] lint issues

This commit is contained in:
Zoë Bijl
2025-10-14 15:38:19 +02:00
parent 4aeb935250
commit 84025f44c7
@@ -19,8 +19,8 @@ time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
@@ -42,8 +42,10 @@ blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
blockquote::before,
blockquote::after,
q::before,
q::after {
content: '';
content: none;
}