Updated config
This commit is contained in:
parent
a2b0776fb3
commit
a0928bdf54
6 changed files with 20 additions and 18 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue