FEAT: Added AGOG Logo to Homepage

This commit is contained in:
evan
2025-01-27 02:42:27 +00:00
parent ff9feaacec
commit 56c462c94b
6 changed files with 22 additions and 16 deletions

View File

@@ -39,6 +39,16 @@
}
}
.agog-text {
background: linear-gradient(to right, #60A5FA, #8B5CF6, #EC4899, #FACC15);
background-clip: text;
}
.agog-text:hover {
background: white;
transition: ease;
}
/*
:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;