Updated config
This commit is contained in:
@ -7,21 +7,22 @@ window {
|
||||
}
|
||||
|
||||
button {
|
||||
color: #ffffff;
|
||||
background-color: rgba(0, 0, 0, 1);
|
||||
border-style: solid;
|
||||
border-color: #33ccfe;
|
||||
/* color: #ffffff; */
|
||||
/* background-color: rgba(255, 255, 255, 0.5); */
|
||||
border-width: 2px;
|
||||
border-radius: 10px;
|
||||
border-style: solid;
|
||||
border-color: rgba(255, 255, 255, 0.5);
|
||||
/* border-radius: 50%; */
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
margin: 50px;
|
||||
margin: 25px;
|
||||
}
|
||||
|
||||
button:focus, button:active, button:hover {
|
||||
background-color: #353c4a;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
outline-style: none;
|
||||
border-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
#logout {
|
||||
|
Reference in New Issue
Block a user