Mentorship page accent color tweak 1
cgen-b6cd852b613e4ba9b1f401f7ed14bb29
This commit is contained in:
parent
11bc0fe19c
commit
b6dc0a7dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ export default function MentorshipPrograms() {
|
||||||
{[...Array(25)].map((_, i) => (
|
{[...Array(25)].map((_, i) => (
|
||||||
<div
|
<div
|
||||||
key={i}
|
key={i}
|
||||||
className="absolute text-aethex-400 animate-float"
|
className="absolute text-emerald-400/80 animate-float"
|
||||||
style={{
|
style={{
|
||||||
left: `${Math.random() * 100}%`,
|
left: `${Math.random() * 100}%`,
|
||||||
top: `${Math.random() * 100}%`,
|
top: `${Math.random() * 100}%`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue