Light und Darkmodus in global.css eingestellt, in andere components text-black in root div

This commit is contained in:
ISA
2024-10-24 11:59:52 +02:00
parent 27a078be8d
commit 69a51abdd2
5 changed files with 24 additions and 7 deletions

View File

@@ -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"