Update blueberries.css

Fixed missing closing bracket in rule ".compose-form__poll-wrapper select option"
This commit is contained in:
Hugo 2023-06-15 13:50:49 -03:00 committed by GitHub
parent 73d7591ef4
commit d28b88a08f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -552,7 +552,8 @@
So this exists to mitigate contrast issues with the (unstylable) selected item. */ So this exists to mitigate contrast issues with the (unstylable) selected item. */
.compose-form__poll-wrapper select option { .compose-form__poll-wrapper select option {
background-color: hsl(var(--hue), 16%, 19%); background-color: hsl(var(--hue), 16%, 19%);
/* color: hsl(var(--hue), 17%, 15%); */ /* color: hsl(var(--hue), 17%, 15%); */
}
.poll__option input[type="text"]:focus { .poll__option input[type="text"]:focus {