Fix Main UI dark mode scrollbars in Chrome (#2610)

This fixes the issue that when using Chrome the scrollbars are still very bright and not dark.

Signed-off-by: Wouter Born <github@maindrain.net>
pull/2614/head
Wouter Born 2024-06-16 15:07:59 +02:00 committed by GitHub
parent e80b221940
commit 85fd88dbe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -125,6 +125,9 @@ html
.md .title-large-text
font-weight bold !important
:root .theme-dark
color-scheme dark
.theme-dark .home-tabs
--f7-bars-bg-color rgb(32, 32, 33)
--f7-bars-text-color #fff