-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhydra.css
49 lines (40 loc) · 919 Bytes
/
hydra.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
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@600&display=swap');
body {
background: rgb(2,1,1);
background: linear-gradient(0deg, rgba(2,1,1,1) 0%, rgba(18,2,2,1) 50%, rgba(42,7,5,1) 100%);
background-attachment: fixed;
}
#app {
background-image: none !important;
}
.item {
background-image: none;
-webkit-box-shadow:0px 0px 20px 1px rgba(255,0,0,0.5);
-moz-box-shadow: 0px 0px 20px 1px rgba(255,0,0,0.5);
box-shadow: 0px 0px 20px 1px rgba(255,0,0,0.5);
background-color: transparent !important;
border: solid #ff5851 3px;
border-radius: 0px;
}
.item::after {
background: transparent;
box-shadow: none;
border-radius: none;
}
.link {
opacity: 0;
}
.details {
font-family: Oxanium;
}
.title {
color: #ff5851 !important;
text-transform: uppercase;
letter-spacing: 2px;
}
#config-buttons a {
color: #ff5851;
}
.app-icon-container {
display: none;
}