-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserContent.css
More file actions
33 lines (28 loc) · 964 Bytes
/
userContent.css
File metadata and controls
33 lines (28 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@-moz-document url-prefix(about:) {
:root {
--color-accent-primary: SelectedItem !important;
--button-border-color-hover: SelectedItem !important;
--button-border-radius: 4px !important;
--border-radius-medium: 4px !important;
}
#input:is([type="checkbox"]):is([value="on"]),
.checkbox-check:is([checked="true"]),
.radio-check:is([selected="true"]) {
accent-color: -moz-menuhover !important;
box-shadow: SelectedItem 0 0 0 1px !important;
}
}
@-moz-document url-prefix(about:home), url-prefix(about:newtab) {
:root {
--newtab-background-card: var(--color-white) !important;
--newtab-weather-background-color: var(--color-white) !important;
--newtab-background-color: SelectedItem !important;
}
.top-site-outer,
.top-site-outer .tile {
border-radius: var(--border-radius-medium) !important;
}
.personalize-button {
background-color: var(--newtab-background-color-secondary) !important;
}
}