From b78d34b27edefce5a05b4f940f7a773799962b49 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Thu, 12 Sep 2024 15:32:18 -0700 Subject: [PATCH] web: disable bulma styling for .number --- web/static/site-specific.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/web/static/site-specific.css b/web/static/site-specific.css index ca853e3..0d46316 100644 --- a/web/static/site-specific.css +++ b/web/static/site-specific.css @@ -9,6 +9,21 @@ padding: inherit !important; } +.body.news-post .number { + align-items: inherit; + background-color: inherit; + border-radius: inherit; + display: inherit; + font-size: inherit; + height: inherit; + justify-content: inherit; + margin-right: inherit; + min-width: inherit; + padding: inherit; + text-align: inherit; + vertical-align: inherit; +} + .body.news-post.site-saturday-morning-breakfast-cereal { display: flex; align-items: center;