feat: more cool theming

This commit is contained in:
2024-04-25 22:18:18 +02:00
parent 5c27567ca1
commit b9cd147c0e
5 changed files with 30 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
@import "./theme.css";
* {
font-family: "NotoSans NF";
}
@@ -7,7 +9,6 @@ window#window {
}
box#main {
background: rgba(48, 52, 70, 0.4);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.29);
border-radius: 24px;
}