initial commit

This commit is contained in:
piotr
2021-05-19 00:53:51 +02:00
parent aa7a484f2b
commit 36d95ecbdc
7 changed files with 1810 additions and 0 deletions

22
menu-start.css Normal file
View File

@@ -0,0 +1,22 @@
window {
background-color: rgba (36, 47, 79, 0.92);
color: #eeeeee
}
list {
background: none;
border-radius: 15px
}
entry {
background-color: rgba (0, 0, 0, 0.2)
}
button {
background: none;
border: none
}
button:hover {
background-color: rgba (255, 255, 255, 0.1)
}