Modifica il colore nel file style.css
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user