amillman / charcoal

Messenger Dark Mode Chrome Extension
4 stars 3 forks source link

White theme scrollbar in the Chrome #4

Open davidus27 opened 2 years ago

davidus27 commented 2 years ago

The scrollbar is white in the Google Chrome.

Possible solution

Add color-scheme attribute to the root in styles/themes_v2.less For example:

:root {
  color-scheme: dark;
}