From 6824fb3539d7b70e311da996992c2eeae86cc46b Mon Sep 17 00:00:00 2001 From: Attilio Grilli Date: Tue, 11 Feb 2025 14:12:14 +0100 Subject: [PATCH] Modifica il colore nel file style.css --- src/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index 3a0b817..0809ea6 100644 --- a/src/style.css +++ b/src/style.css @@ -71,7 +71,7 @@ button:focus-visible { width: 100%; margin-top: 10px; margin-bottom: 1px; - background-color: #000; + background-color: #111; } .col { margin-left: auto; @@ -99,8 +99,10 @@ button:focus-visible { width: 32%; } .home { - background-color: #00f; + background-color: black; + color: yellow; } .guest { - background-color: #f00; + background-color: blue; + color: white }