From 2711147cd68b22a80ae00da676196224281446fa Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Wed, 12 Feb 2025 08:49:51 -0800 Subject: [PATCH] web: hide nautilus ads --- web/static/overrides.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/static/overrides.css b/web/static/overrides.css index 9571603..f5c1797 100644 --- a/web/static/overrides.css +++ b/web/static/overrides.css @@ -54,4 +54,9 @@ html { /* Hackaday figures have unreadable black on dark grey */ .news-post figcaption.wp-caption-text { background-color: initial !important; +} + +.news-post .site-nautilus .article-ad, +.news-post .site-nautilus .primis-ad { + display: none !important; } \ No newline at end of file