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
parent
e80b221940
commit
85fd88dbe8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue