diff --git a/src/app.css b/src/app.css index e8f4ee137b..7727f3fe9f 100644 --- a/src/app.css +++ b/src/app.css @@ -152,6 +152,16 @@ select { -webkit-appearance: none; } +.dark select { + background-color: rgb(23, 23, 23); /* gray-900 */ + color: rgb(209, 213, 219); /* gray-300 */ +} + +.dark select option { + background-color: rgb(38, 38, 38); /* gray-850 */ + color: rgb(255, 255, 255); +} + @keyframes shimmer { 0% { background-position: 200% 0;