[Build] Run build

This commit is contained in:
2025-05-08 10:43:00 +02:00
parent e7f6be4291
commit e98f5c2bd7
5 changed files with 51 additions and 51 deletions

View File

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