Remove css bloat

This commit is contained in:
2025-06-03 07:08:39 +03:00
parent c83e4ff00b
commit 069fff7294
2 changed files with 2 additions and 9 deletions

View File

@@ -1,9 +1,4 @@
:root {
--background: #ffffff;
--foreground: #171717;
}
body {
color: var(--foreground);
background: var(--background);
background: #ffffff;
color: #171717;
}