-
Notifications
You must be signed in to change notification settings - Fork 3
/
userContent.css
49 lines (36 loc) · 1.29 KB
/
userContent.css
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
@-moz-document url("about:home"),url(about:preferences),url("about:blank"),url("about:newtab"),url("about:privatebrowsing"){
body{background-color:#2E3440!important;--newtab-search-icon: transparent !important;}
a,a:visited,a:hover{color:#2E3440!important}
#newtab-search-text {
background-color: #2E3440 !important;
font-size: 18px !important;
color: #88C0D0 !important;
box-shadow: none !important;
text-align: center !important;
border:none !important;
font-weight: bold !important;
}
.search-wrapper input {
--newtab-textbox-focus-boxshadow: none !important;
padding-left: 20px !important;
padding-inline-end: 13px !important;
}
.search-wrapper .logo-and-wordmark .wordmark {
display: none!important;
}
.search-wrapper .logo-and-wordmark {
margin-bottom: 40px!important;
padding-top: 60px!important;
opacity:0.5!important;
}
.search-button{background:none !important;}
.prefs-button button {fill: #88C0D0 !important;}
.prefs-button button:hover, .prefs-button button:focus {
background-color: transparent !important; }
.contentSearchSuggestionTable {display: none !important;}
}
:root {
--in-content-border-active: #88C0D0 !important;
--in-content-border-active-shadow: none !important;
--in-content-page-background: #2E3440 !important;
}