Add LICENSE, README, and Docs tab to Mission Control
This commit is contained in:
@@ -100,3 +100,11 @@ body {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes gradient {
|
||||
0% { background-position: 0% center; }
|
||||
100% { background-position: 200% center; }
|
||||
}
|
||||
.animate-gradient {
|
||||
animation: gradient 3s linear infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user