"fix" select styles

This commit is contained in:
Henry Jameson 2025-07-29 17:52:52 +03:00
commit ef0a4f4023

View file

@ -38,9 +38,15 @@
vertical-align: bottom;
margin-left: -0.1em;
&.-none {
&.-none select {
font-style: italic;
color: var(--textFaint);
option {
font-style: initial;
color: var(--text);
background: var(--background);
}
}
}