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