feat: Make branding adapt to our colors

This commit is contained in:
Jesse Wierzbinski 2024-07-22 12:35:55 +02:00
parent 27631b618e
commit 02695bc22c
No known key found for this signature in database
13 changed files with 38 additions and 33 deletions

View file

@ -138,7 +138,7 @@ function ActivePageMarker({
return (
<motion.div
layout={true}
className="absolute left-2 h-6 w-px bg-emerald-500"
className="absolute left-2 h-6 w-px bg-brand-500"
initial={{ opacity: 0 }}
animate={{ opacity: 1, transition: { delay: 0.2 } }}
exit={{ opacity: 0 }}