From 566e36980fc73bc6c6d8b98ca0d3646d9d28163d Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Fri, 21 Feb 2025 16:25:55 +0000 Subject: [PATCH] Changed lanugage drop down seperater color to be more subtle --- src/main/resources/static/css/navbar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/css/navbar.css b/src/main/resources/static/css/navbar.css index 098fc1d2..e1d2ad49 100644 --- a/src/main/resources/static/css/navbar.css +++ b/src/main/resources/static/css/navbar.css @@ -90,11 +90,11 @@ } html[dir="ltr"] .lang-dropdown-item-wrapper { - border-right: 2px solid var(--md-sys-color-inverse-surface); + border-right: 2px solid var(--md-nav-color-on-seperator); } html[dir="rtl"] .lang-dropdown-item-wrapper { - border-left: 2px solid var(--md-sys-color-inverse-surface); + border-left: 2px solid var(--md-nav-color-on-seperator); } /* Responsive adjustments */