From 6415ea98f255066ffc02e9bf1770f68527f08785 Mon Sep 17 00:00:00 2001 From: youngtrashbag <20374823+youngtrashbag@users.noreply.github.com> Date: Wed, 24 Aug 2022 10:09:49 +0200 Subject: [PATCH] fix(css): btn-switch-language white in dark theme --- app/static/css/dark-theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/static/css/dark-theme.css b/app/static/css/dark-theme.css index 12d8549..eaee93f 100644 --- a/app/static/css/dark-theme.css +++ b/app/static/css/dark-theme.css @@ -29,6 +29,10 @@ background-color: #5CA8FF !important; color: #fff; } + + .btn-switch-language { + color: #fff; + } /* like in textarea */ .card-content {