summaryrefslogtreecommitdiff
path: root/firefox/userContent.css
blob: 8d42381d54f4ef2eb6abb5ef3c023a0d585b336d (plain)
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
@-moz-document url-prefix(about:blank), url-prefix(about:newtab) {
html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
background: #3d3d3d !important;
}
}
@-moz-document url(about:newtab),
url(about:home) {
body{
background-color:#3d3d3d!important;
color:#D1D1D1!important;
}
.card,
.prefs-pane .sidebar {
background-color:#202020!important;
}
#snippets,
.section-title,
.snippetContainer {
color: #AEAEAE!important;
}
.contentSearchSuggestionTable,
.contentSearchSuggestionsList{
color:black!important;
}
.display-item {color: #D1D1D1!important;}
#aboutMozilla::before {filter:invert(100%)!important;}
#searchText{
background:#474749!important;
border-radius: 4px;
border: 1px solid #3d3d3d;
box-shadow: none;
}
#searchSubmit,
#launcher {display:none!important;}
}
:root {
    --tridactyl-bg: black !important;
    --tridactyl-fg: white !important;
}