From d28b88a08ff96d4a934037a78ca7d12165fead29 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 15 Jun 2023 13:50:49 -0300 Subject: [PATCH] Update blueberries.css Fixed missing closing bracket in rule ".compose-form__poll-wrapper select option" --- blueberries.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blueberries.css b/blueberries.css index 2d6d6ac..e8aea56 100644 --- a/blueberries.css +++ b/blueberries.css @@ -552,7 +552,8 @@ So this exists to mitigate contrast issues with the (unstylable) selected item. */ .compose-form__poll-wrapper select option { 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 {