FrontendMasters / front-end-handbook-2024

A guide to modern front-end web development / engineering.
https://frontendmasters.com/guides/front-end-handbook/2024/
1.14k stars 76 forks source link

Update dark scrollbar for dark theme #23

Closed aditiintechk closed 4 months ago

aditiintechk commented 4 months ago

The below code is added to enable dark scrollbar for dark theme of the webpage.

In style.css -

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

1Marc commented 4 months ago

thanks!