From eaea40befce0b4a144e3eb5e697a16d9c8fd36b1 Mon Sep 17 00:00:00 2001 From: bootcamp Date: Wed, 13 Nov 2024 13:11:39 -0500 Subject: [PATCH] chore: check --- styles/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/style.css b/styles/style.css index 2307c3f..418c3f6 100644 --- a/styles/style.css +++ b/styles/style.css @@ -21,6 +21,7 @@ html { header { padding-top: 8px; + /* los colores deben estar en variables para reutilizarlos */ background-color: #2b2727; background-color: #1f0d32; box-shadow: 0 0 10px #0000008c; @@ -64,6 +65,7 @@ header { font-size: 1.5rem; top: -10px; right: -10px; + /* los colores deben estar en variables para reutilizarlos */ background-color: #e75353; border-radius: 100%; color: #fff; @@ -91,6 +93,7 @@ header { position: absolute; right: 0; top: 0; + /* los colores deben estar en variables para reutilizarlos */ background: rgb(48, 46, 46); background: #1f0d32; border-radius: 0 12px 10px 0;