]> git.sev.monster Git - dotfiles.git/blob - librewolf/chrome/userContent.css
librewolf: allow different extension enablement
[dotfiles.git] / librewolf / chrome / userContent.css
1 @-moz-document url-prefix(about:newtab) {
2   :root {
3     --sm-background-color: rgb(255, 255, 255, 0.8);
4   }
5   :root[lwt-newtab-brighttext] {
6     --sm-background-color: rgb(23, 23, 23, 0.8);
7   }
8
9   .non-collapsible-section, .discovery-stream.ds-layout {
10     background-color: var(--sm-background-color);
11     backdrop-filter: blur(25px);
12     border-radius: 4px;
13     margin: 10px auto !important;
14   }
15
16   .collapsible-section.top-sites {
17     margin-bottom: 0 !important;
18   }
19   .collapsible-section[data-section-id="topsites"] .section-top-bar {
20     display: unset !important;
21   }
22   .collapsible-section[data-section-id="topsites"] .section-top-bar .section-title-container {
23     visibility: unset !important;
24   }
25
26   body {
27     /* XXX: CSS import doesn't work due to CSP. this is against ToS. */
28     background-image: url("https://sev.monster/_unsplash_image.jpg");
29     background-position: center;
30     background-size: cover;
31     background-attachment: fixed;
32   }
33
34   .logo-and-wordmark {
35     display: none !important;
36   }
37   .search-wrapper .search-inner-wrapper {
38     width: unset !important;
39   }
40 }
This page took 0.034343 seconds and 4 git commands to generate.