feat: desktop config as base

This commit is contained in:
Fabio Lenherr / DashieTM 2022-12-31 14:50:10 +01:00
parent d589775634
commit 7dba0b18be
34 changed files with 1148 additions and 890 deletions

View file

@ -1,18 +1,19 @@
window {
margin: 5px;
margin: 0px;
background-color: #0f0f17;
border-radius: 10px;
opacity: 0.95;
}
#inner-box {
margin: 5px;
background-color: #0f0f17;
margin: 5px;
border: none;
border-radius: 10px;
}
#outer-box {
margin: 5px;
background-color: #0f0f17;
margin: 5px;
border: none;
border-radius: 10px;
}