chore: cleanup repository
This commit is contained in:
parent
1654ce2be0
commit
7e5e8bb350
113 changed files with 371 additions and 7313 deletions
18
oxishut/style.css
Normal file
18
oxishut/style.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue