[Glitch] Fix color of language indicator in light theme in web UI

Port 81271a18c596e940f01608739de749f4375b6e60 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko 2025-01-27 09:08:31 +01:00 committed by Claire
parent 12bdf58db4
commit a21f35786d

View File

@ -514,6 +514,15 @@
background: darken($ui-base-color, 10%);
}
.dropdown-button.warning {
border-color: #b3261e;
color: #b3261e;
&.active {
background-color: #f9dedc;
}
}
.search__popout__menu__item {
&:hover,
&:active,