From 2ed89b1d239995bfaec7cbf0886c09b3dee43a3e Mon Sep 17 00:00:00 2001 From: Luca Scarano <47073568@terciariourquiza.edu.ar> Date: Mon, 27 Apr 2026 16:53:27 -0300 Subject: [PATCH] modifique algunos colores --- estilo.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/estilo.css b/estilo.css index 01d2854..c981748 100644 --- a/estilo.css +++ b/estilo.css @@ -6,7 +6,7 @@ body { } header { - background-color: #2c3e50; + background-color: #135004; color: white; padding: 20px; text-align: center; @@ -30,7 +30,7 @@ header { h2 { margin-top: 0; - color: #2c3e50; + color: #72075b; } ul {