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

@@ -90,7 +90,7 @@ function Footer() {
}, [showSlider]);
return (
<footer className="relative bg-gray-300 p-4 overflow-hidden">
<footer className="relative bg-gray-300 p-4 overflow-hidden text-black">
<div className="container mx-auto flex justify-between">
<div className="flex flex-row space-x-2">
<Icon