Merge pull request #555 from Ymanawat/master

Make the main scrollbar follow user's color preference
This commit is contained in:
Yuri Sizov
2023-02-20 15:34:21 +03:00
committed by GitHub

View File

@@ -1,4 +1,5 @@
:root {
color-scheme: light dark;
--transparent-cover: rgb(51, 63, 103, 0.4);
--transparent-cover-darker: rgba(51, 63, 103, 0.9);