💄 Rebuild CSS

This commit is contained in:
dependabot[bot]
2024-08-29 00:26:38 +00:00
committed by github-actions[bot]
parent 0c642e32f5
commit 3c00ab1005
+4 -1
View File
@@ -864,7 +864,6 @@ video {
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
width: 100%;
table-layout: auto;
text-align: start;
margin-top: 2em;
margin-bottom: 2em;
font-size: 0.875em;
@@ -907,6 +906,10 @@ video {
vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;