help: fix dark mode select

This commit is contained in:
ZenithalHourlyRate 2023-03-01 16:24:40 +08:00
parent 3b0d85c04f
commit d306488f37
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C

View File

@ -553,3 +553,9 @@ svg.icon {
height: 1.1em;
}
}
.content-select {
/* override color of form-control from bootstrap */
color: inherit;
background-color: transparent;
}