finished optimizing css

This commit is contained in:
2025-12-09 16:51:32 +01:00
parent 4d3e258b06
commit bc1cf7b5e9
21 changed files with 130 additions and 316 deletions

View File

@@ -6,8 +6,8 @@
body {
margin: 0;
background-color: var(--bg-base);
color: var(--text-primary);
background-color: var(--color-bg-base);
color: var(--color-text-primary);
overflow: hidden;
height: 100vh;
display: flex;