Skip to content

Instantly share code, notes, and snippets.

View M-Yankov's full-sized avatar
💻
🤖🧭🏃‍♂️🚵‍♂️

Mihail Yankov M-Yankov

💻
🤖🧭🏃‍♂️🚵‍♂️
View GitHub Profile
@M-Yankov
M-Yankov / colorful-scrollbar.as.css
Last active January 9, 2020 04:27 — forked from Sporif/dark-scrollbar.as.css
Dark scrollbar for Firefox 57. Tested on Windows 10. Requires https://gist.github.com/Sporif/db6b3440fba0b1bcf5477afacf93f875
scrollbar, scrollbar *:not(scrollbarbutton), scrollcorner {
-moz-appearance: none !important;
--scrollbar-width: 15px;
--scrollbar-height: var(--scrollbar-width);
}
scrollbar, scrollcorner {
background: #fff !important;
}
scrollbar[orient="vertical"] {