fenix-fox/chrome/blank_page_background.css
2018-12-06 21:38:55 +02:00

6 lines
No EOL
185 B
CSS

/* Set blank page background-color */
/* Uses color from theme_colors if available */
#tabbrowser-tabpanels{
background-color: var(--uc-light-bkgnd-color,rgb(46,54,69)) !important;
}