File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ export function Navbar() {
104104 exit = { { opacity : 0 , y : - 400 } }
105105 className = "absolute left-0 top-full w-full bg-background shadow-lg md:hidden"
106106 >
107- < ul className = "flex flex-col gap-4 p-4 text-center uppercase text-white" >
107+ < ul className = "flex flex-col gap-4 p-4 text-center uppercase text-black dark:text- white" >
108108 < li className = "p-2" >
109109 < Link href = "https://www.facebook.com/knsolvro" >
110110 Aktualności
Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ export default function Home() {
188188 </ div >
189189 < h3 className = "text-center text-sm font-medium text-amber-950 dark:text-white" >
190190 Planer jest narzędziem tylko układającym plany,
191- < br className = "block md:hidden" />
192- zapisy należy wykonać własnoręcznie w USOS
191+ < br className = "block md:hidden" /> zapisy należy wykonać
192+ własnoręcznie w USOS
193193 </ h3 >
194194 </ div >
195195 < Suspense
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export default async function RootLayout({
106106 < body className = { cn ( inter . className , "min-h-screen" ) } >
107107 < ThemeProvider
108108 attribute = "class"
109- defaultTheme = "light "
109+ defaultTheme = "system "
110110 enableSystem
111111 disableTransitionOnChange
112112 >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default function PlansLayout({
2323 SOLVRO
2424 </ a >
2525 </ p >
26- < p className = "text-balance text-center text-xs text-muted-foreground" >
26+ < p className = "text-balance text-center text-xs text-gray-300 dark:text- muted-foreground" >
2727 Źródłem danych o zajęciach jest USOS i ich prawnym właścicielem jest
2828 Politechnika Wrocławska
2929 </ p >
You can’t perform that action at this time.
0 commit comments