latest user files

This commit is contained in:
2024-10-10 08:27:07 +02:00
parent 9a37e67d11
commit 43621c8201
47 changed files with 2767 additions and 93 deletions
+7 -6
View File
@@ -2,22 +2,23 @@
background-image: none;
}
window {
background-color: rgba(12, 12, 12, 0.9);
background-color: rgba(30, 30, 46, 0.9);
}
button {
color: #acb0d0;
background-color: #1E1E1E;
color: #acb0d0;
background-color: rgba(24, 24, 37, 1);
border-radius: 10px;
border:none;
border: 0;
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
background-size: 20%;
outline-style: none;
}
button:focus, button:active, button:hover {
background-color: #2e3440;
background-color: rgba(17, 17, 27, 1);
outline-style: none;
border: none;
}
#lock {