From b1ff9f6ef88139c3e1b2b02659909acfdabb7e39 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 29 Oct 2025 16:46:31 -0500 Subject: [PATCH] ping fix --- src/webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 1bb7264..7208fe4 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -2512,7 +2512,7 @@ span .quote:last-of-type .quoteline { padding: 1px 2px; border-radius: 4px; cursor: pointer; - background-image: var(--userbg, linear-gradient(var(--primary-text))); + background-image: var(--userbg, linear-gradient(var(--primary-text), var(--primary-text))); position: relative; z-index: 1; }