Modifica il colore nel file style.css

This commit is contained in:
Attilio Grilli
2025-02-11 14:12:14 +01:00
parent 81e93c8108
commit 6824fb3539

View File

@@ -71,7 +71,7 @@ button:focus-visible {
width: 100%; width: 100%;
margin-top: 10px; margin-top: 10px;
margin-bottom: 1px; margin-bottom: 1px;
background-color: #000; background-color: #111;
} }
.col { .col {
margin-left: auto; margin-left: auto;
@@ -99,8 +99,10 @@ button:focus-visible {
width: 32%; width: 32%;
} }
.home { .home {
background-color: #00f; background-color: black;
color: yellow;
} }
.guest { .guest {
background-color: #f00; background-color: blue;
color: white
} }