Make settings-gear icon white

This commit is contained in:
glax 2024-10-20 20:27:47 +02:00
parent fc3fa627c1
commit f3a091f09d

View File

@ -4,8 +4,9 @@
}
#SettingsIcon {
height: calc(100% - 20px);
margin: 10px;
height: calc(100% - 26px);
margin: 13px;
filter: invert(100%) sepia(65%) saturate(2%) hue-rotate(215deg) brightness(113%) contrast(101%);
}
#settingsPopupBody {