From 5b6da19331d0f5fc0071e3c3199d45ef14a0232f Mon Sep 17 00:00:00 2001 From: none Date: Mon, 29 Jan 2024 23:38:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=87=D1=91=D1=80=D0=BD=D1=8B=D0=B9=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=87=D1=91=D0=BD=D0=BE=D0=BC=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 5a5e4d6..fbf6fc6 100644 --- a/assets/style.css +++ b/assets/style.css @@ -7,6 +7,10 @@ body { color: #fff; } +.Select-input > input { + color: #fff; +} + .Select .Select-value { background-color: rgb(27, 29, 30); }