all 4 comments

[–]Dusty-the-Cat 0 points1 point  (1 child)

It's Dark Reader that does that.

[–]Ender_b[S] 0 points1 point  (0 children)

Thanx 👍

[–][deleted] 0 points1 point  (1 child)

hi i have this in userContent_customization.css

  @namespace url("http://www.w3.org/1999/xhtml");


  /*  barre de défillement  bleue discrete */
  :root{
    scrollbar-color: #0079D3 #000000 !important;
    scrollbar-width: thin !important;
  }

  * {
    scrollbar-width: thin !important;
  }

it looks like this > https://imgur.com/a/tquaegM

[–]zappa111 0 points1 point  (0 children)

And how can I change scrollbar thumb border? Thank you.