From 06c7a4956bbc867ebc6eb92677832d199fff58d0 Mon Sep 17 00:00:00 2001 From: Aaron-Reyes-Developer <92542964+Aaron-Reyes-Developer@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:42:44 -0500 Subject: [PATCH] se cambio el color del texto y fondo --- style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 21d65b1..ca04c19 100644 --- a/style.css +++ b/style.css @@ -4,10 +4,13 @@ body { line-height: 1.5; } +*{ + color: #fff; +} h1,h2 { font-family: "Oswald", "Helvetica Neue"; text-align: center; - color: #2884C3; + color: #ffffff; } h1 { @@ -17,7 +20,7 @@ h1 { hr { border: 0; height: 1px; - background: #333; + background: #21c40b; background-image: linear-gradient(to right, #ccc, #333, #ccc); } @@ -28,7 +31,7 @@ code { .wrapper { width: 1000px; margin: 0 auto; - background-color: #e9e9e9; + background-color: #005547; top: -1px; padding: 50px; padding-top: 0px;