From b7ceaf6656166ec7d4417e68f50b8479a5a8b990 Mon Sep 17 00:00:00 2001 From: Lucas Honda <88567622+LucasHT22@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:15:21 -0300 Subject: [PATCH] fix Navbar color on /get is inconsistent (#2296) fix Co-authored-by: Josias --- src/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/global.css b/src/global.css index 193ace7d3f..ac65a16b82 100644 --- a/src/global.css +++ b/src/global.css @@ -33,9 +33,9 @@ body { --fg-muted: #9d9d9d; --fg-muted-on-accent: #8fcabb; --error: #e03131; - --accent: #399F6E; + --accent: #078969; --accent-light: #80c3a0; - --accent-dark: #0B6F3B; /* #136853; */ + --accent-dark: #136853; --fg-switch-low: #515151; --fg-switch-high: #f3f3f3;