From 09fb507e0563445096b1e17865d1e37f150a43c6 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sat, 11 Apr 2026 16:59:44 +0800 Subject: [PATCH] Second Commit --- app/globals.css | 23 +++++++++++++---------- app/layout.tsx | 2 +- components/BottomNav.tsx | 2 +- components/Header.tsx | 2 +- docker-compose.yml | 19 +------------------ 5 files changed, 17 insertions(+), 31 deletions(-) diff --git a/app/globals.css b/app/globals.css index 8379985..4ab3327 100644 --- a/app/globals.css +++ b/app/globals.css @@ -1,15 +1,15 @@ @import "tailwindcss"; :root { - --background: #0f0f14; - --foreground: #e8e6e3; - --surface: #1a1a24; - --surface-hover: #242433; - --border: #2a2a3c; - --accent: #7c5cfc; - --accent-hover: #9478ff; - --muted: #8b8b9e; - --card: #16161f; + --background: #ffffff; + --foreground: #202124; + --surface: #f5f5f5; + --surface-hover: #e8e8e8; + --border: #e0e0e0; + --accent: #3ea6ff; + --accent-hover: #1a91f0; + --muted: #888888; + --card: #fafafa; } @theme inline { @@ -45,9 +45,12 @@ body { background: var(--background); } ::-webkit-scrollbar-thumb { - background: var(--border); + background: #ccc; border-radius: 3px; } +::-webkit-scrollbar-thumb:hover { + background: #aaa; +} /* Smooth scroll for the whole page */ html { diff --git a/app/layout.tsx b/app/layout.tsx index 290ff7d..a039d35 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -28,7 +28,7 @@ export const viewport: Viewport = { initialScale: 1, maximumScale: 1, viewportFit: "cover", - themeColor: "#0f0f14", + themeColor: "#ffffff", }; export default function RootLayout({ diff --git a/components/BottomNav.tsx b/components/BottomNav.tsx index acb4bfe..bf5889b 100644 --- a/components/BottomNav.tsx +++ b/components/BottomNav.tsx @@ -47,7 +47,7 @@ export function BottomNav() { } return ( -