fix/change

This commit is contained in:
xbl
2025-10-27 22:28:02 +01:00
parent 94e1502aa2
commit 569f561670
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ button.magenta-button {
transition: background-color 0.18s ease, transform 0.12s ease;
}
button[type="submit"] { background-color: #808080; }
button[type="submit"] { background-color: #BFB531; }
button[type="submit"]:hover { background-color: #FFFFFF; transform: translateY(1px); }
button[type="submit"]:active { background-color: #000000; transform: translateY(0); }