File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const Features1 = () => {
23
23
< div className = "mx-auto lg:mx-auto w-11/12 sm:w-4/5 md:w-3/4 lg:w-unset" >
24
24
< span className = "block-subtitle" > Embrace Innovation</ span >
25
25
< h2 className = "mt-6 mb-8 text-4xl lg:text-5xl block-big-title" >
26
- Unlike any < span className = "retro -text-gradient font-extrabold" > tech</ span > you used before
26
+ Unlike any < span className = "rainbow -text-gradient font-extrabold" > tech</ span > you used before
27
27
</ h2 >
28
28
< p className = "mb-10 text-secondaryText leading-loose" >
29
29
Discover a new level of data analysis with our innovative and
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export const Features2 = () => (
38
38
Join the Movement
39
39
</ span >
40
40
< h2 className = "mt-6 mb-8 text-4xl lg:text-5xl block-big-title" >
41
- Awesome < span className = "retro -text-gradient font-extrabold" > Open-Source</ span > Community
41
+ Awesome < span className = "rainbow -text-gradient font-extrabold" > Open-Source</ span > Community
42
42
</ h2 >
43
43
< p className = "mb-12 text-secondaryText leading-loose" >
44
44
Developers from all over the world contribute to our open-source
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ const { title } = Astro.props;
45
45
}
46
46
47
47
.rainbow-text-gradient {
48
- --scaling: 200 %;
48
+ --scaling: 500 %;
49
49
background: linear-gradient(
50
50
90deg,
51
- #ff3b3b,
51
+ /* #ff3b3b,
52
52
#ff803b,
53
53
#ffff3b,
54
54
#80ff3b,
@@ -60,16 +60,24 @@ const { title } = Astro.props;
60
60
#803bff,
61
61
#ff3bff,
62
62
#ff3b80,
63
- #ff3b3b
63
+ #ff3b3b */
64
+ #ef505c,
65
+ #9c45e4,
66
+ #185fee,
67
+ #2ff5ec,
68
+ #11d68b,
69
+ #ffcc16,
70
+ #ef505c
64
71
);
65
72
background-size: var(--scaling) 100%;
66
73
background-position: 0 0;
67
74
-webkit-background-clip: text;
68
75
-webkit-text-fill-color: transparent;
69
- animation: rainbow 10s linear infinite;
76
+ animation: rainbow 35s linear infinite;
70
77
display: inline-block;
71
- filter: drop-shadow(0 0 0.5px #fff) drop-shadow(0 1px 1.5px #fff)
72
- brightness(1.5);
78
+ /* filter: drop-shadow(0 0 0.5px #fff) drop-shadow(0 1px 1.5px #fff)
79
+ brightness(1.5); */
80
+ filter: saturate(0.6) brightness(1.3) drop-shadow(0 1px 1.5px #000);
73
81
}
74
82
75
83
@keyframes rainbow {
You can’t perform that action at this time.
0 commit comments