This commit is contained in:
MrOtherGuy
2018-12-06 21:38:55 +02:00
parent 900c1930dd
commit db8dd681d2
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/* 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;
}