From 3c00ab1005533bfc8f6edfd0e8e094c69137783a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 29 Aug 2024 00:26:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Rebuild=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index e502786..8a9ba9f 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -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;