[Build] Do full build

This commit is contained in:
2025-04-25 16:16:14 +02:00
parent 0b349fb038
commit 7f21fb3ee3
17 changed files with 141 additions and 111 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 {
@@ -25,8 +25,8 @@ button:hover {
}
button:focus {
background-color: rgb( 11, 11, 11 );
color: ;
background-color: rgb(21, 72, 129);
color: rgb(230, 230, 230);
}
#lock {