[Build] Done

This commit is contained in:
2025-04-25 15:36:22 +02:00
parent db16e830d1
commit 0b349fb038
12 changed files with 379 additions and 60 deletions

View File

@@ -7,7 +7,7 @@ window {
font-family: monospace;
font-size: 14pt;
color: #ffffff; /* text */
background-color: rgba( 10, 0, 50, 0.5 );
background-color: rgba( 10, 10, 15, 0.5 );
}
button {
@@ -25,7 +25,7 @@ button:hover {
}
button:focus {
background-color: rgb( 207, 220, 234 );
background-color: rgb( 11, 11, 11 );
color: ;
}