From 0ebe6e545d25084283d079266c426d13e8aaba80 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 25 Jun 2024 12:26:18 +0200 Subject: [PATCH] dashboard: fix mobile dark-mode for back action --- dashboard/src/theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index 50f011328..f42974219 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -670,6 +670,10 @@ multiselect { padding: 10px; background-color: white; + @media (prefers-color-scheme: dark) { + background-color: #1c1c1c; + } + @media(min-width:768px) { background-color: transparent; width: auto;