-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
114 lines (94 loc) · 2.17 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
body {
box-sizing: border-box;
scroll-behavior: smooth;
scroll-margin: 25px;
transition: 0.85s;
}
body::-webkit-scrollbar {
width: 10px;
}
body::-webkit-scrollbar-thumb {
background: #8696AD;
}
body::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0);
}
::selection {
background: #4560F060;
}
html {
display: block;
}
h2 {
display: inline-block;
background: linear-gradient(93.05deg, #EF9797 3.98%, rgba(206, 126, 199, 0.801616) 35.29%, #A364D6 68.78%,
#A1D0F9 97.44%);
width: fit-content;
-webkit-background-clip: text;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h3 {
color: #8696AD;
}
h4 {
display: inline-block;
background: linear-gradient(93.05deg, #f89898 3.98%, rgba(253, 141, 244, 0.802) 35.29%, #b273e6 68.78%,
#A1D0F9 97.44%);
width: fit-content;
-webkit-background-clip: text;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h5 {
color: #8696AD;
}
h1 {
display: inline-block;
background: linear-gradient(93.05deg, #EF9797 3.98%, rgba(206, 126, 199, 0.801616) 35.29%, #A364D6 68.78%,
#A1D0F9 97.44%);
width: fit-content;
-webkit-background-clip: text;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 36px;
}
h6 {
color: #8696AD;
}
.btn {
padding: 10px;
}
p {
color: #8696AD;
}
#dd-m li a:hover {
transition: 0.85s;
background: black;
}
#dd-m li a {
transition: 0.85s;
}
.custom-color-not-b {
display: inline-block;
background: linear-gradient(93.05deg, #EF9797 3.98%, rgba(206, 126, 199, 0.801616) 35.29%, #A364D6 68.78%,
#A1D0F9 97.44%);
width: fit-content;
-webkit-background-clip: text;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
input[type=text] {
background: #37393E;
}
textarea[type=text] {
background: #37393E;
}
.random-red {
background: linear-gradient(93.05deg, #EF9797 3.98%, rgba(206, 126, 199, 0.801616) 35.29%, #A364D6 68.78%,
#A1D0F9 97.44%);
}