Updated config

This commit is contained in:
2024-06-02 13:08:11 +02:00
parent 4749123761
commit d1a86106db
6 changed files with 20 additions and 18 deletions

View File

@ -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 {