Skip to content

Commit a956f72

Browse files
committed
More sane userContent
1 parent 86aa21d commit a956f72

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

firefox/chrome/userContent.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}
1010

1111
:root {
12-
scrollbar-color: hsla(0, 0%, 33%, 0.5) hsla(0, 0%, 0%, 0.1) !important;
12+
scrollbar-color: hsla(0, 0%, 33%, 0.5) hsla(0, 0%, 0%, 0.1);
1313
}
1414

1515
:root, * {
16-
scrollbar-width: thin !important;
16+
scrollbar-width: thin;
1717
}
1818

1919
/* :root::before {
@@ -33,12 +33,12 @@
3333
} */
3434

3535
scrollbar {
36-
scrollbar-color: hsla(0, 0%, 33%, 0.5) transparent !important;
37-
scrollbar-width: thin !important;
36+
scrollbar-color: hsla(0, 0%, 33%, 0.5) transparent;
37+
scrollbar-width: thin;
3838
background-color: hsla(0, 0%, 0%, 0.1);
39-
background-image: var(--acrylic-background-image) repeat repeat !important;
40-
backdrop-filter: var(--acrylic-backdrop-filter) !important;
41-
background-blend-mode: var(--acrylic-background-blend-mode) !important;
39+
background-image: var(--acrylic-background-image);
40+
backdrop-filter: var(--acrylic-backdrop-filter);
41+
background-blend-mode: var(--acrylic-background-blend-mode);
4242
}
4343

4444
/* for about:'pages')*/
@@ -59,12 +59,12 @@ scrollbar {
5959
word-spacing: .25em;
6060
}
6161
body.sans-serif {
62-
font-family: 'Open Sans', 'Noto Sans', Arial, sans-serif !important;
62+
/* font-family: 'Open Sans', 'Noto Sans', Arial, sans-serif; */
6363
line-height: 1.5em;
6464
}
65-
body.serif {
65+
/* body.serif {
6666
font-family: serif, 'Book Antiqua' !important;
67-
}
67+
}*/
6868
body.sans-serif, body.serif {
6969
padding-bottom: 75vh !important;
7070
}

0 commit comments

Comments
 (0)