Light und Darkmodus in global.css eingestellt, in andere components text-black in root div
This commit is contained in:
@@ -135,7 +135,7 @@ function Header() {
|
||||
if (!isClient) return null; // Rendere die Komponente nicht, bis sie clientseitig ausgeführt wird
|
||||
|
||||
return (
|
||||
<header className="bg-gray-300 flex justify-between items-center w-full h-28 relative">
|
||||
<header className="bg-gray-300 flex justify-between items-center w-full h-28 relative text-black">
|
||||
<div className="absolute left-32 top-32 transform -translate-y-1/2">
|
||||
<Image
|
||||
src="/images/Logo.png"
|
||||
|
||||
Reference in New Issue
Block a user