This commit is contained in:
Hadi
2024-03-14 18:42:15 +01:00
parent 77eba6e2c2
commit 05fc3fbcd9
7 changed files with 111 additions and 55 deletions

View File

@@ -62,9 +62,6 @@
border-style: solid;
background-color: #${config.theme.colors.bg};
border: ${
toString config.theme.border-size
}px solid #${config.theme.colors.fg};
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}