Merge pull request #7752 from Ymanawat/Scrollbar-dark-theme

Made scrollbar follow user's color theme
This commit is contained in:
Max Hilbrunner
2023-10-06 13:09:01 +02:00
committed by GitHub

View File

@@ -26,6 +26,7 @@
/* Default (light) theme colors */
:root {
color-scheme: light dark;
--body-color: #404040;
--content-wrap-background-color: #efefef;
--content-background-color: #fcfcfc;