Fix colour system

This commit is contained in:
2025-05-27 14:36:40 +02:00
parent 60582d4520
commit 0c745e7544
13 changed files with 120 additions and 100 deletions

View File

@@ -1,6 +1,3 @@
/* Import color variables */
@import 'colors.css';
body {
background-color: var(--bg-color);
}