From 717d9851bf51bfb9fbf70dda2b70d988285d1f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Mon, 1 Feb 2021 20:47:47 +0900 Subject: [PATCH] styles: fixed style for darkmode --- app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.css b/app.css index 7b03d89..3ba5363 100644 --- a/app.css +++ b/app.css @@ -71,4 +71,8 @@ i { .dark * ::-webkit-scrollbar-track, html.dark ::-webkit-scrollbar-track { background: #2e3338; border-radius: 0; +} + +.dark .__multi-value, .dark .__multi-value__label, .dark .__multi-value__remove { + background: #2e3338 !important; } \ No newline at end of file