[Build] Change wallpaper

This commit is contained in:
2026-04-23 16:45:27 +02:00
parent fe14b2c78f
commit bb737e524e
7 changed files with 77 additions and 77 deletions
+4 -4
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(86, 86, 86, 0.5);
background-color: rgba(22, 116, 185, 0.5);
}
button:focus {
background-color: rgb(86, 86, 86);
color: rgb(200, 220, 255);
background-color: rgb(22, 116, 185);
color: rgb(230, 230, 230);
}
#lock {