Update text-white to text-amber-50
This commit is contained in:
@@ -7,9 +7,9 @@ export const metadata = {
|
||||
|
||||
export default function CouleursPage() {
|
||||
return (
|
||||
<div className="min-h-screen bg-[#0e0e10] text-white px-4 py-12 flex flex-col items-center">
|
||||
<div className="min-h-screen bg-[#0e0e10] text-amber-50 px-4 py-12 flex flex-col items-center">
|
||||
<h1 className="text-4xl font-bold mb-6 text-center flex items-center justify-center gap-2">
|
||||
<Palette className="w-8 h-8 text-white" />
|
||||
<Palette className="w-8 h-8 text-amber-50" />
|
||||
Charte des couleurs Minecraft
|
||||
</h1>
|
||||
<div className="w-full max-w-4xl">
|
||||
|
||||
Reference in New Issue
Block a user