diff --git a/taskncoffee-app/src/neon.css b/taskncoffee-app/src/neon.css index c1642d0..94d4c08 100644 --- a/taskncoffee-app/src/neon.css +++ b/taskncoffee-app/src/neon.css @@ -58,6 +58,23 @@ } } +/*-- Inline Sign Styles for Headers --*/ +.sign-inline { + font-family: "Carry-You", cursive; + font-size: 3rem; + line-height: 1; + color: #c6e2ff; + animation: neon .08s ease-in-out infinite alternate; +} + +.sign-pink-inline { + font-family: "Carry-You", cursive; + font-size: 3rem; + line-height: 1; + color: #ffc5ec; + animation: neon-pink .08s ease-in-out infinite alternate; +} + @keyframes neon { from { diff --git a/taskncoffee-app/src/pages/Dashboard.jsx b/taskncoffee-app/src/pages/Dashboard.jsx index a6f7d16..c40e7d8 100644 --- a/taskncoffee-app/src/pages/Dashboard.jsx +++ b/taskncoffee-app/src/pages/Dashboard.jsx @@ -1,4 +1,5 @@ 'use client'; +import '../neon.css'; import { MenuDock } from '@/components/ui/shadcn-io/menu-dock'; import { Home, Settings, Bell } from 'lucide-react'; import { Avatar, AvatarImage, AvatarFallback } from '@/components/ui/avatar'; @@ -34,7 +35,10 @@ export default function Dashboard() { {/* Main Content Area */}
-

Dashboard

+

+ Task& + Coffee +

{/* Material Design 3 Cards Grid */}