dotfiles/firefox/chrome/chrome/blank_page_background.css
2020-06-01 07:15:38 -05:00

6 lines
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;
}