fix wlogout styles

This commit is contained in:
nevaforget 2024-02-27 21:26:54 +01:00
parent 3809855a9e
commit 2939a2e2e0

View File

@ -8,7 +8,7 @@ button {
color: #acb0d0; color: #acb0d0;
background-color: #1E1E1E; background-color: #1E1E1E;
border-radius: 10px; border-radius: 10px;
border:5px solid black; border:none;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: 25%; background-size: 25%;
@ -16,7 +16,6 @@ button {
} }
button:focus, button:active, button:hover { button:focus, button:active, button:hover {
border:5px solid black;
background-color: #2e3440; background-color: #2e3440;
outline-style: none; outline-style: none;
} }