-
Notifications
You must be signed in to change notification settings - Fork 2
/
content.css
29 lines (25 loc) · 1.07 KB
/
content.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
.Box-row .Link--primary{
background-image: linear-gradient(to left, violet, rgb(157, 83, 210), rgb(91, 220, 91), rgb(125, 163, 244), yellow, orange, red);
-webkit-background-clip: text;
color: transparent !important;
}
.final-path{
background-image: linear-gradient(to left, rgb(124, 238, 255), pink, white, pink, rgb(124, 238, 255));
-webkit-background-clip: text;
color: transparent !important;
}
.Box-header .Link--primary{
background-image: linear-gradient(to left, black, purple, white, yellow);
-webkit-background-clip: text;
color: transparent !important;
}
.BorderGrid-cell .f4{
background-image: linear-gradient(to left, rgb(199, 36, 77), rgb(228, 73, 189), rgb(255, 163, 232), white, rgb(255, 164, 137), rgb(255, 130, 92), rgb(255, 90, 40));
-webkit-background-clip: text;
color: transparent !important;
}
.markdown-body {
background-image: linear-gradient(to left, violet, rgb(157, 83, 210), rgb(91, 220, 91), rgb(125, 163, 244), yellow, orange, red);
-webkit-background-clip: text;
color: transparent !important;
}