[Build] Run build

This commit is contained in:
2025-05-03 16:57:46 +02:00
parent 21f7e53b2b
commit 2b2f1c2b66
6 changed files with 33 additions and 38 deletions

View File

@@ -22,11 +22,11 @@ button {
}
button:hover {
background-color: rgba(151, 16, 58, 0.5);
background-color: rgba(89, 53, 33, 0.5);
}
button:focus {
background-color: rgb(151, 16, 58);
background-color: rgb(89, 53, 33);
color: rgb(230, 230, 230);
}