📦 Moved more configs to common files, and refactored code with common

This commit is contained in:
2025-01-08 19:47:02 +01:00
parent 57ebb73095
commit 89acd3e5cb
15 changed files with 317 additions and 243 deletions

View File

@ -10,7 +10,7 @@ in
* {
all: unset;
font-size: 14px;
font-family: "JetBrains Mono", monospace;
font-family: "${theme.nerdFont} Nerd Font", monospace;
transition: 200ms;
}