This commit is contained in:
Hadi
2024-06-17 20:08:17 +02:00
parent a703d0816b
commit b49b2d2c60
9 changed files with 19 additions and 16 deletions

View File

@@ -37,7 +37,7 @@
* {
font-family: "${config.var.theme.font}";
font-weight: 500;
font-size: 12px;
font-size: ${toString config.var.theme.font-size}px;
}
#window {