firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.24k stars 199 forks source link

Add "color-scheme: dark" in ":root[data-theme=dark]" #1945

Closed const513 closed 1 year ago

const513 commented 1 year ago

Feature

To solve the problem with light scrollbars in Chrome/Edge and other Chromium browsers in dark mode, I recommend adding the following code :

:root[data-theme=dark] { color-scheme: dark; }

For more information follow here : https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme

firasdib commented 1 year ago

Thank you! I will add this.