i am writing a css (using stylus) to match my firefox's dark skin .
but I only want the main scroll bar change it's color ,but I don't want every scroll bar in the page change.
what can I do to only select the main scroll bar in css?
html {
scrollbar-color: #6c6c6c #000; /* thumb and track color */
scrollbar-width: thin;
}