Add opacity to fancypants switch button

Want it to be more subtle yet still visible
This commit is contained in:
Cohee 2024-05-16 00:18:27 +03:00
parent 1e2d1aa118
commit 3d023a5cf6
1 changed files with 1 additions and 0 deletions

View File

@ -244,5 +244,6 @@ select.keyselect+span.select2-container .select2-selection--multiple {
border: none; border: none;
font-size: 1em; font-size: 1em;
opacity: 0.75;
color: var(--SmartThemeBodyColor); color: var(--SmartThemeBodyColor);
} }