Added rene changes

This commit is contained in:
Ace
2026-06-24 18:43:38 +02:00
parent 1adb6544c2
commit 1f032dc098
2 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export default function DashboardPage() {
<div className="space-y-6 relative">
{/* Daily Bugle watermark */}
<div className="absolute top-12 right-4 pointer-events-none select-none z-0 opacity-[0.04] dark:opacity-[0.06]">
<span className="text-[96px] font-['Bangers',cursive] leading-none text-[#CC0000] dark:text-[#FF1111] tracking-wider">
<span className="text-[96px] font-['Bangers',cursive] leading-none text-[#e62020] dark:text-[#FF6666] tracking-wider">
DAILY BUGLE
</span>
</div>