We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1873863 commit 3d92a4cCopy full SHA for 3d92a4c
app/globals.css
@@ -71,7 +71,7 @@
71
}
72
73
@layer components {
74
- .bg-gradient {
75
- @apply bg-gradient-to-b from-[#244B40] from-[60%] to-[#395A50] to-[60%];
+ .bg-solid-green {
+ @apply bg-[#244B40];
76
77
app/layout.tsx
@@ -55,7 +55,7 @@ const RootLayout = ({
55
</Script>
56
</head>
57
<body
58
- className={`${geistSans.variable} ${geistMono.variable} antialiased bg-gradient`}
+ className={`${geistSans.variable} ${geistMono.variable} antialiased bg-solid-green`}
59
>
60
<AuthContextProvider>
61
<SnowOverlayProvider>
0 commit comments