style: modernize logo with sans-serif font and stronger red accent

This commit is contained in:
2026-01-10 01:09:39 +01:00
parent 98f1a07b08
commit 82b5ca4514
2 changed files with 4 additions and 4 deletions

View File

@@ -80,9 +80,9 @@ const Header = () => {
> >
<Link <Link
href="/" href="/"
className="text-2xl font-bold font-mono text-stone-800 tracking-tighter liquid-hover" className="text-2xl font-black font-sans text-stone-900 tracking-tighter liquid-hover flex items-center"
> >
dk<span className="text-liquid-rose">0</span> dk<span className="text-red-500">0</span>
</Link> </Link>
</motion.div> </motion.div>

View File

@@ -103,8 +103,8 @@ const Hero = () => {
transition={{ duration: 0.6, delay: 0.3, ease: "easeOut" }} transition={{ duration: 0.6, delay: 0.3, ease: "easeOut" }}
className="absolute -bottom-8 left-1/2 -translate-x-1/2 z-30" className="absolute -bottom-8 left-1/2 -translate-x-1/2 z-30"
> >
<div className="px-6 py-2.5 rounded-full glass-panel text-stone-700 font-mono text-sm tracking-wider shadow-lg backdrop-blur-xl border border-white/50"> <div className="px-6 py-2.5 rounded-full glass-panel text-stone-800 font-sans font-bold text-sm tracking-wide shadow-lg backdrop-blur-xl border border-white/50">
dk<span className="text-liquid-rose font-bold">0</span>.dev dk<span className="text-red-500 font-extrabold">0</span>.dev
</div> </div>
</motion.div> </motion.div>