removing userChrome blank page customization

This commit is contained in:
Chris Cochrun 2023-02-14 09:40:20 -06:00
parent a7311815d5
commit 86b4a1a045
3 changed files with 7 additions and 7 deletions

View file

@ -357,7 +357,7 @@ colors:
# - (Linux/BSD) user login shell # - (Linux/BSD) user login shell
# - (Windows) powershell # - (Windows) powershell
shell: shell:
program: fish program: bash
# args: # args:
# - --login # - --login

View file

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

View file

@ -1,6 +1,6 @@
/* Example file */ /* Example file */
@import url(content/css_scrollbar_width_color.css); /* @import url(content/css_scrollbar_width_color.css); */
/* @import url(content/limit_css_data_leak.css); */ /* Could induce site problems */ /* @import url(content/limit_css_data_leak.css); */ /* Could induce site problems */
@import url(content/newtab_background_color.css); /* @import url(content/newtab_background_color.css); */
@import url(content/transparent_reader_toolbar.css); /* @import url(content/transparent_reader_toolbar.css); */