-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserContent_dark.css
More file actions
69 lines (57 loc) · 1.72 KB
/
userContent_dark.css
File metadata and controls
69 lines (57 loc) · 1.72 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
@-moz-document url("about:newtab"),
url("about:home") {
:root {
--primary-color: #FFF !important;
--border-color: #000 !important;
--bg: url("https://i.imgur.com/w6PKN8M.png") !important;
--bg-op: rgba(0, 0, 0, .4) !important;
--card-op: rgba(0, 0, 0, .25) !important;
}
.body-wrapper.on .discovery-stream:nth-child(2),.icon.icon-pin-small,.logo-and-wordmark,.search-wrapper {
display: none !important;
}
.activity-stream::before {
background: var(--bg-op) !important;
content: "" !important;
height: 100% !important;
width: 100% !important;
position: absolute !important;
}
.activity-stream {
background: no-repeat var(--bg) center !important;
background-size: cover !important;
overflow: hidden !important;
}
.top-site-outer .title span {
color: #FFF !important;
font-size: 12pt !important;
font-weight: bold !important;
text-shadow: 0px 1px 2px rgba(0, 0, 0, .5) !important;
}
.top-site-outer .tile {
background-color: var(--card-op) !important;
backdrop-filter: blur(10px) !important;
}
.top-sites .top-site-outer .top-site-inner > a:is(.active, :focus) .tile {
box-shadow: none !important;
}
.top-sites-list:not(.dnd-active) .top-site-outer:is(.active, :focus, :hover) {
background: transparent !important;
}
.top-site-outer .context-menu-button {
fill: var(--primary-color) !important;
}
.top-site-outer .context-menu-button:is(:active, :focus) {
background-color: transparent !important;
opacity: .3 !important;
}
.top-sites-list:not(.dnd-active) .top-site-outer:is(:hover) .title span {
opacity: .7 !important;
}
.icon {
color: var(--primary-color) !important;
}
.personalize-button:hover {
background-color: transparent !important;
opacity: .3 !important;
}