mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-07 03:51:03 +00:00
color changed, position changed
This commit is contained in:
parent
9e5cacd102
commit
f452451cfa
1 changed files with 9 additions and 7 deletions
|
|
@ -56,13 +56,13 @@ export default {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
45deg,
|
45deg,
|
||||||
#288cff 1%,
|
#ffd828 1%,
|
||||||
#288cff 40%,
|
#ffd828 40%,
|
||||||
#63acff 50%,
|
#ffd828 50%,
|
||||||
#288cff 60%,
|
#ffe87f 60%,
|
||||||
#288cff 99%,
|
#ffd828 99%,
|
||||||
#288cff 100%,
|
#ffd828 100%,
|
||||||
#288cff 100%
|
#ffd828 100%
|
||||||
);
|
);
|
||||||
background-size: 400% 400%;
|
background-size: 400% 400%;
|
||||||
|
|
||||||
|
|
@ -89,6 +89,8 @@ export default {
|
||||||
}
|
}
|
||||||
.cute .emote {
|
.cute .emote {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
top: -3px;
|
||||||
|
left: -3px;
|
||||||
}
|
}
|
||||||
@keyframes Anime {
|
@keyframes Anime {
|
||||||
0% {
|
0% {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue