[Wlogout] Improve looks

This commit is contained in:
Janis Hutz 2025-04-26 15:35:44 +02:00
parent 11c961bfe7
commit 4aa4bc57b9
2 changed files with 4 additions and 2 deletions

View File

@ -18,10 +18,11 @@ button {
background-color: transparent;
margin: 5px;
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
border-radius: 40px;
}
button:hover {
background-color: rgba(0, 94, 31, 0.2);
background-color: rgba(95, 80, 166, 0.5);
}
button:focus {

View File

@ -18,10 +18,11 @@ button {
background-color: transparent;
margin: 5px;
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
border-radius: 40px;
}
button:hover {
background-color: rgba(0, 94, 31, 0.2);
background-color: {{ colour-accent-2-rgba-05 }};
}
button:focus {