Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot] 0594fc2a56
Merge ef63a8d807 into 50b77b2836 2024-04-06 09:37:32 +02:00
dependabot[bot] ef63a8d807 💄 Rebuild CSS 2024-03-26 22:22:45 +00:00
1 changed files with 5 additions and 5 deletions

View File

@ -751,6 +751,11 @@ video {
margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 600;
font-family: inherit;
@ -950,11 +955,6 @@ video {
margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em;
margin-bottom: 0.5em;