Changed lanugage drop down seperater color to be more subtle

This commit is contained in:
Connor Yoh
2025-02-21 16:25:55 +00:00
parent a291837d38
commit 566e36980f

View File

@@ -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 */