nt1m / vivaldi-fox

An add-on that aims to add Vivaldi style toolbar colouring to the Firefox UI
https://addons.mozilla.org/en-US/firefox/addon/vivaldifox/
201 stars 21 forks source link

Changing to a recommended Youtube video on Dark Theme make the background light grey #107

Closed Pablo1107 closed 2 years ago

Pablo1107 commented 5 years ago

imagen

I notice that when you enter Youtube in dark mode it takes the header color correctly, but when you change to another video the color change to light grey, only solution is to refresh the site. Funny enough, when the window loses focus, the color set itself back to the correct color. Any ideas?

Screenshot of my config (bottom configurations and advanced are default dark) imagen

Pablo1107 commented 5 years ago

To anyone encountering this, the problem lays on the ytd-app background color being white and shown when the progress bar (with the red bar line) appears. To fix this you can use Stylus or any other CSS styling add-on and add this rule:

.ytd-app {
    background-color: #232323;
}