
html,
* {
scrollbar-width: thin;
&[data-dracula-scheme="dark"] {
scrollbar-color: #3e4142 #2a2d2e;
}
}