]> git.sev.monster Git - dotfiles.git/blame - librewolf/chrome/userContent.css
remove fontconfig, rely on local system changes
[dotfiles.git] / librewolf / chrome / userContent.css
CommitLineData
2369c516 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
14d6ea33 16 .search-wrapper {
17 padding: 30px 0 30px 0 !important;
18 }
19
2369c516 20 .collapsible-section.top-sites {
21 margin-bottom: 0 !important;
22 }
23 .collapsible-section[data-section-id="topsites"] .section-top-bar {
24 display: unset !important;
25 }
26 .collapsible-section[data-section-id="topsites"] .section-top-bar .section-title-container {
27 visibility: unset !important;
28 }
29
30 body {
31 /* XXX: CSS import doesn't work due to CSP. this is against ToS. */
32 background-image: url("https://sev.monster/_unsplash_image.jpg");
33 background-position: center;
34 background-size: cover;
35 background-attachment: fixed;
36 }
37
38 .logo-and-wordmark {
39 display: none !important;
40 }
41 .search-wrapper .search-inner-wrapper {
42 width: unset !important;
43 }
44}
This page took 0.032736 seconds and 4 git commands to generate.