szybkie commity

This commit is contained in:
Dark Steveneq
2025-09-22 13:45:32 +02:00
parent 553a4e28e2
commit 8bc1702de6
3 changed files with 74 additions and 9 deletions

View File

@@ -94,7 +94,8 @@ button {
padding-right: .5rem;
}
button:hover {
button:hover,
input[type="submit"]:hover {
cursor: pointer;
color: var(--colorText);
background-color: var(--colorOverlay0);
@@ -105,7 +106,8 @@ button:hover {
);
}
button:active {
button:active,
input[type="submit"]:active {
background-color: var(--colorSurface1);
background: linear-gradient(180deg,
var(--colorSurface1) 0%,