forked from sashaastiadi/www_mycelium_net
style: replace border with outline and update animation colors to cyan
This commit is contained in:
@@ -10,8 +10,7 @@ export function About() {
|
||||
className="relative overflow-hidden bg-gray-900 py-20 lg:py-32 lg:top-0 top-0"
|
||||
>
|
||||
<div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
|
||||
<CircleBackground color="#fff" className="animate-spin-slower" />
|
||||
<CircleBackground color="#06b6d4" className="animate-spin-reverse-slower" />
|
||||
<CircleBackground color="#06b6d4" className="animate-spin-slower" />
|
||||
</div>
|
||||
<Container className="relative">
|
||||
<div className="mx-auto max-w-3xl text-center">
|
||||
|
Reference in New Issue
Block a user