-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.css
84 lines (70 loc) · 1.65 KB
/
style.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
80
81
82
83
84
html {
color: white !important;
background-color: rgb(13, 17, 23);
}
.title {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-style: oblique;
text-align: center;
}
hr {
border: 0;
border-top: 2px solid rgb(27, 30, 54);
border-radius: 12%;
}
h2 {
font-family: 'consolas', monospace;
z-index: 1;
text-align: center;
}
h3 {
font-size: 30px;
font-family: 'Arial';
font-weight: 850;
z-index: 1;
}
.heart {
color: #ab0000;
}
.rainbow {
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-image: linear-gradient(71.18deg, rgb(0, 34, 255) -27.32%, rgb(0, 34, 255) -16.39%, rgb(81, 121, 254) -7.38%, rgb(165, 237, 182) 30.59%, rgb(250, 232, 90) 46.06%, rgb(253, 172, 62) 62.61%, rgb(255, 92, 0) 75.82%);
background-clip: 1;
}
.italic {
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-image: linear-gradient(71.18deg, rgb(0, 34, 255) -27.32%, rgb(0, 34, 255) -16.39%, rgb(81, 121, 254) -7.38%, rgb(165, 237, 182) 30.59%, rgb(250, 232, 90) 46.06%, rgb(253, 172, 62) 62.61%, rgb(255, 92, 0) 75.82%);
font-style: oblique;
background-clip: 1;
}
li, a {
color: rgb(139, 148, 158) !important;
text-shadow: 0px 1px 8px #1c1c1c;
}
li:hover {
color: rgb(195, 195, 195) !important;
transition: 0.12s
}
h3 {
margin-bottom: -13px;
}
ul {
color: white;
padding-left: 17px;
padding-top: 3px;
font-smooth: always;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
a:hover {
color: rgb(195, 195, 195) !important;
transition: 0.12s
}
.header {
padding-top: 30px;
font-family: 'consolas', monospace;
}
.features {
color: white;
}