How to style scrollbars in dark mode?

2022-12-29 05:17:54
CSS dark mode hashnode

I used the following CSS property to get dark mode styles for scrollbars in my project.

:root {
  color-scheme: dark;
}

But, as you can see on the screenshot below, it works for headings, form controls and other elements as well.

css-color-scheme.webp

Resources

© 2022 开源博客 京ICP备20030565号-2 Powered by Quick API team