chore: cleanup repository

This commit is contained in:
Fabio Lenherr / DashieTM 2023-10-03 21:51:26 +02:00
parent 1654ce2be0
commit 7e5e8bb350
113 changed files with 371 additions and 7313 deletions

18
oxishut/style.css Normal file
View file

@ -0,0 +1,18 @@
#mainwindow {
border-radius: 10px;
}
.mainbox {
border-radius: 5px;
padding: 20px;
}
.button {
margin: 5px;
background-color: #2b2c3b;
-gtk-icon-size: 5rem;
}
.button:hover {
background-color: #3e4152;
}