summaryrefslogtreecommitdiff
path: root/home-manager/features/gui/apps/librewolf/theme/userContent.css
blob: 27df186e5fbb1db995ebc82231f4d5d7944630ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import url("userChrome.css");

/* Removes white loading page */
@-moz-document url(about:blank), url(about:newtab), url(about:home) {
    html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
      background: var(--mff-bg) !important;
    }
  }


  /* Hide scrollbar */

  :root{
    scrollbar-width: none !important;
  }


  @-moz-document url(about:privatebrowsing) {

  :root{
    scrollbar-width: none !important;
  }
  }