Update text-white to text-amber-50

This commit is contained in:
UltraLionFr
2025-07-29 07:44:41 +02:00
parent 6f02f96739
commit 3289436ef3
16 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export default function Navbar() {
return (
<header
className={`sticky top-0 z-50 text-white transition-all duration-300 ${
className={`sticky top-0 z-50 text-amber-50 transition-all duration-300 ${
scrolled
? "bg-[#18181b]/80 backdrop-blur-md shadow-md"
: "bg-[#18181b]"