/* styles.css for www.nyctaxinews.com */

/* The emerging W3C standard
   that is currently Firefox-only */
* {
 
  scrollbar-color: blue yellow;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 25px;
}
*::-webkit-scrollbar-track {
  background: yellow;
}
*::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 20px;
  border: 3px solid yellow;
 
 
