From 1154d67a2c3fa079f38e4f6bde9d33549d618687 Mon Sep 17 00:00:00 2001 From: sundae Date: Sat, 20 Dec 2025 19:39:52 +0200 Subject: [PATCH] animated gel background is applied to the sidebar now, replaced chat with forest background --- denden.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denden.css b/denden.css index c99d4a7..06ea72e 100644 --- a/denden.css +++ b/denden.css @@ -496,7 +496,7 @@ border-radius: var(--radius-round); } } - [class*="primary"]:not(span *) { + [class*="primary"][role="button"]:not(span *) { border: 0; background-image: linear-gradient(var(--neutral-100), var(--neutral-40)); box-shadow: inset 0 0 1em 0 var(--neutral-50);