I′m using dark mode on Firefox. When I select tabs, as in, for example, when I select all tabs, they hardly change color. It′s hard for me to tell when I am selecting a group of tabs because the color is so similar to the default color, especially because I′m using night light to get rid of blue light.
What′s the CSS class for selected tabs? Is there some way for me to figure this out on my own?
Here is a picture. I have selected all the Wikipedia tabs, but I want to change the color and style of the selected tabs.

You may also want to look over https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules for ideas.
Many thanks.
It seems the exact instructions are outdated?! Here′s what I did:
There I was able to eventually find the styling by looking through the various style sheets and searching for the term “selected”.
Here is what I came up with for styling:
/* change color of selected tabs */
:root {
--multiselected-color: #3FFF00;
--multiselected-color-opacity: .5;
}
Added that to treestyletab.css in options, and I was set.

Most helpful comment
https://github.com/piroor/treestyletab/wiki/How-to-inspect-tree-of-tabs