[Build] Run build

This commit is contained in:
2025-05-12 13:49:46 +02:00
parent e4ee9c9dc8
commit 39da9176ad
7 changed files with 76 additions and 76 deletions

View File

@@ -7,7 +7,7 @@ window {
font-family: monospace;
font-size: 14pt;
color: #ffffff; /* text */
background-color: rgba(10, 10, 15, 0.5);
background-color: rgba(20, 20, 20, 0.5);
}
button {
@@ -22,12 +22,12 @@ button {
}
button:hover {
background-color: rgba(89, 53, 33, 0.5);
background-color: rgba(151, 16, 58, 0.5);
}
button:focus {
background-color: rgb(89, 53, 33);
color: rgb(200, 220, 255);
background-color: rgb(151, 16, 58);
color: rgb(230, 230, 230);
}
#lock {