From cce19fbda391a6fe19fa89cb3d7537334b1ab405 Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Mon, 27 Oct 2025 12:38:18 +0000 Subject: [PATCH] styling --- frontend/src/components/tools/compare/compareView.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/tools/compare/compareView.css b/frontend/src/components/tools/compare/compareView.css index 623141a82..ad85ff54a 100644 --- a/frontend/src/components/tools/compare/compareView.css +++ b/frontend/src/components/tools/compare/compareView.css @@ -70,9 +70,9 @@ position: sticky; top: 0; z-index: 10; - background: rgba(255, 255, 255, 0.95); + background: var(--bg-toolbar); backdrop-filter: blur(8px); - border-bottom: 1px solid var(--mantine-color-gray-3); + border-bottom: 1px solid var(--border-default); padding: 0.5rem; margin: -0.5rem -0.5rem 0.5rem -0.5rem; }