-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuserContent.css
More file actions
47 lines (40 loc) · 1.28 KB
/
userContent.css
File metadata and controls
47 lines (40 loc) · 1.28 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
@-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
.click-target-container *, .top-sites-list * {
color: #fff !important;
text-shadow: 0px 4px 2px #000 !important;
}
body::before {
content: "" ;
z-index: -1 ;
position: fixed ;
top: 0 ;
left: 0 ;
background: #f9a no-repeat url(img/sea.png) center ;
background-size: cover ;
width: 100vw ;
height: 100vh ;
}
.top-site-outer .tile{
background: #42414d !important;
border: 2px solid #000000 !important;
border-radius: 100px !important;;
}
.top-site-outer .top-site-icon{
background-color: #0000 !important;;
}
.search-wrapper .logo-and-wordmark .logo{
background: url("https://i.imgur.com/2R1xy2A.png") no-repeat center !important;
box-shadow: black 0px 5px 1px;
border: 2px solid #ff2f02;
border-radius: 50px;
}
.top-site-outer .title .icon{
fill: #00b7ff !important;;
}
.search-wrapper .search-handoff-button, .search-wrapper input{
border-radius:50px !important;
}
.click-target-container *, .top-sites-list *{
text-shadow: 0px 4px 2px #000 !important;
}
}