fix: rainbow and put it in core.css for everyone!
This commit is contained in:
28
index.css
28
index.css
@@ -195,31 +195,3 @@ details.hud li {
|
||||
display: inline;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.raibow {
|
||||
text-decoration: underline;
|
||||
background: linear-gradient(
|
||||
to right,
|
||||
#6666ff,
|
||||
#0099ff,
|
||||
#00ff00,
|
||||
#ff3399,
|
||||
#6666ff
|
||||
);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
animation: rainbow-animation 5s ease-in-out infinite;
|
||||
background-size: 400% 100%;
|
||||
}
|
||||
|
||||
@keyframes rainbow-animation {
|
||||
0%,
|
||||
100% {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
50% {
|
||||
background-position: 100% 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user