mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
new socials buttons and stuffses
This commit is contained in:
@@ -127,6 +127,30 @@ body {
|
||||
background-size: 800% 800%;
|
||||
animation: rainbowBG 240s ease infinite;
|
||||
}
|
||||
|
||||
.wiki-animate-bg {
|
||||
background: linear-gradient(
|
||||
270deg,
|
||||
#14b8a6,
|
||||
#38bdf8,
|
||||
#22d3ee,
|
||||
#14b8a6
|
||||
);
|
||||
background-size: 700% 700%;
|
||||
animation: rainbowBG 240s ease infinite;
|
||||
}
|
||||
|
||||
.throne-animate-bg {
|
||||
background: linear-gradient(
|
||||
270deg,
|
||||
#f59e0b,
|
||||
#fbbf24,
|
||||
#fde68a,
|
||||
#f59e0b
|
||||
);
|
||||
background-size: 700% 700%;
|
||||
animation: rainbowBG 240s ease infinite;
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
|
||||
Reference in New Issue
Block a user