-
Notifications
You must be signed in to change notification settings - Fork 0
/
jellyseerr-update.css
79 lines (66 loc) · 1.6 KB
/
jellyseerr-update.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
body, .bg-gray-900{
background-color: transparent !important;
}
.bg-gradient-to-bl, .bg-gradient-to-t{
background-image: none !important;
}
.sidebar{
background: transparent !important;
border: none !important;
}
a[href="/"] img{
display: none !important;
}
.sidebar .mt-16{
margin-top: 0 !important;
}
.slider-header .slider-title span{
display: flex;
justify-content: center;
align-items: center;
color: #fff;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
font-size: 1.5rem;
text-shadow: 0 0 5px black;
font-family: Montserrat,sans-serif;
font-weight: 400;
}
.slider-header .slider-title span::before{
background: #fff;
content: "";
height: 2px;
margin-right: .5em;
width: 1.3em;
}
.slider-header .slider-title svg{
display: none !important;
}
.searchbar.bg-gray-700 .flex.w-full{
background-color: rgba(0,0,0,.6) !important;
border-radius: 9999px;
}
.searchbar.bg-gray-700{
background-color: transparent !important;
backdrop-filter: none !important;
}
.sidebar nav a.bg-gradient-to-br{
background-image: linear-gradient(130deg,#A95BC2,#00a4db) !important;
}
nav.mt-16 > a{
color: white !important;
font-family: Montserrat, sans-serif !important;
font-weight: 400 !important;
font-size: 15px !important;
}
.padding-bottom-safe.border-t{
backdrop-filter: blur(20px) !important;
background-color: rgba(0,0,0,.5) !important;
box-shadow: inset 0 0 0 1000vh rgba(0, 0, 0, 0.45), 0 0 20px 4px black, inset 0px -15px 30px 5px rgba(0,0,0,0.8);
border-top: none !important;
}
.padding-bottom-safe.border-t > .px-6{
padding-top: 0.85rem !important;
padding-bottom: 0.85rem !important;
}