File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070}
7171
7272: root {
73- --background : oklch ( 1 0 0 );
73+ --background : color (display-p3 0.966 0.966 0.966 );
7474 --foreground : oklch (0.145 0 0 );
7575 --card : oklch (1 0 0 );
7676 --card-foreground : oklch (0.145 0 0 );
146146 @apply bg-background text-foreground;
147147 }
148148 html {
149- @apply font-sans;
149+ @apply font-sans bg-background ;
150150 scrollbar-gutter : stable;
151151 }
152152}
Original file line number Diff line number Diff line change @@ -1341,7 +1341,7 @@ export default function HomePage() {
13411341 } , [ activeMcpClient ] ) ;
13421342
13431343 return (
1344- < div className = "[font-synthesis:none] overflow-x-clip antialiased min-h-screen bg-[color(display-p3_0.966_0.966_0.966)] flex flex-col items-center" >
1344+ < div className = "[font-synthesis:none] overflow-x-clip antialiased min-h-screen bg-background flex flex-col items-center" >
13451345 < div className = "w-full pt-3 sm:pt-6 pb-2 sm:pb-4 flex flex-col items-center relative" >
13461346 < div
13471347 className = "absolute inset-0 pointer-events-none"
You can’t perform that action at this time.
0 commit comments