Skip to content

Commit e7a6385

Browse files
committed
Revert "feat"
This reverts commit 153d636.
1 parent 55cdbb8 commit e7a6385

File tree

1 file changed

+2
-31
lines changed

1 file changed

+2
-31
lines changed

css/global.css

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -134,39 +134,10 @@
134134
.name-gradient {
135135
-webkit-text-fill-color: transparent;
136136
-webkit-background-clip: text;
137-
-webkit-animation: textShine 3s ease-in-out infinite alternate;
138-
animation: textShine 3s ease-in-out infinite alternate;
137+
-webkit-animation: _ngcontent-ng-c1466259159_textShine 3s ease-in-out infinite alternate;
138+
animation: _ngcontent-ng-c1466259159_textShine 3s ease-in-out infinite alternate;
139139
background: -webkit-radial-gradient(circle,#7182ff 0,#3cff52 100%);
140140
background: radial-gradient(circle,#7182ff 0,#3cff52 100%);
141141
background-clip: text;
142142
background-size: 200%;
143-
}
144-
145-
@-webkit-keyframes textShine {
146-
0% {
147-
background-position: 0 50%;
148-
}
149-
15% {
150-
background-position: 0 50%;
151-
}
152-
85% {
153-
background-position: 100% 100%;
154-
}
155-
to {
156-
background-position: 100% 100%;
157-
}
158-
}
159-
@keyframes textShine {
160-
0% {
161-
background-position: 0 50%;
162-
}
163-
15% {
164-
background-position: 0 50%;
165-
}
166-
85% {
167-
background-position: 100% 100%;
168-
}
169-
to {
170-
background-position: 100% 100%;
171-
}
172143
}

0 commit comments

Comments
 (0)