From 0f372ed87689a714ddb6c7854f4aefd46e3689e6 Mon Sep 17 00:00:00 2001 From: ygg2 <43683750+ygg2@users.noreply.github.com> Date: Sat, 7 Mar 2026 01:11:01 -0500 Subject: [PATCH] more light/white theme adjust --- src/webpage/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index fa0f465..2d36d01 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -4636,7 +4636,7 @@ fieldset input[type="radio"] { display: inline-flex; align-items: center; justify-content: center; - background: #00000099; + background: color-mix(in srgb, var(--card-bg) 60%, transparent); font-weight: bold; } } @@ -4652,7 +4652,7 @@ fieldset input[type="radio"] { overflow-x: clip; } .searchGifBar { - background: var(--black); + background: var(--card-bg); } .vr-message { border-right: 1px solid var(--black) !important;