From e1db73977b26045f87809dbd8384be844d9f878f Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 14 Dec 2024 08:58:25 -0500 Subject: [PATCH] set status widget to same background color as main --- style/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/style.css b/style/style.css index 485b8fd..2dd67e4 100644 --- a/style/style.css +++ b/style/style.css @@ -148,6 +148,10 @@ main section ul li { margin-bottom: 1.75rem; } +.status .statuslol_container .statuslol { + background: var(--background-color) !important; +} + .picrew-gallery { display: flex; flex-wrap: wrap;