init commit

This commit is contained in:
2026-02-04 19:34:55 -07:00
commit 4f9fd2b7c2
8 changed files with 436 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
* {
background-color: transparent;
}
window {
margin-bottom: 25px;
}
button {
background-color: black;
border: 3px solid white;
border-radius: 15px;
background-color: black;
margin: 0;
padding: 0;
min-width: 94px;
min-height: 94px;
}
button > * {
background-color: black;
color: white;
border-radius: 15px;
font-size: 20px;
}