From 9042bc0ad61d8fd2051df44a147545d57797e31e Mon Sep 17 00:00:00 2001 From: maximo hidalgo <47135001@gmail.com> Date: Thu, 23 Apr 2026 22:56:29 -0300 Subject: [PATCH] Modificado del css --- estilo.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/estilo.css b/estilo.css index 01d2854..3ddeece 100644 --- a/estilo.css +++ b/estilo.css @@ -2,7 +2,7 @@ body { font-family: Arial, sans-serif; margin: 0; background-color: #f4f6f8; - color: #333; + color: #241414; } header { @@ -21,7 +21,7 @@ header { } .card { - background-color: white; + background-color: rgb(196, 174, 174); border-radius: 10px; padding: 20px; width: 300px; @@ -30,7 +30,7 @@ header { h2 { margin-top: 0; - color: #2c3e50; + color: #5f0606; } ul {