Light und Darkmodus in global.css eingestellt, in andere components text-black in root div
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user