From c2a93483571bb2547b60c8e6da961cdfd8ef29e3 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 15 Jul 2021 16:47:19 -0600 Subject: [PATCH] Fix select dropdown unreadable (https://github.com/thomaspark/bootswatch/issues/1118) --- src/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/main.css b/src/css/main.css index 0a87ad8..e2c476c 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -93,4 +93,8 @@ html, body { .modal-dialog.modal-lg { max-width: 700px; } +} + +select option { + color: #212529; } \ No newline at end of file