mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 19:09:16 +01:00
feat: ✨ Make branding adapt to our colors
This commit is contained in:
parent
27631b618e
commit
02695bc22c
13 changed files with 38 additions and 33 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue