Issues with sourcing colour configs, now files are concatenated into final config

This commit is contained in:
2026-03-10 11:04:42 +00:00
parent abe1cb125f
commit 56f5e8a217
18 changed files with 1499 additions and 7 deletions

View File

@@ -1,4 +1,13 @@
@import "colors.css";
@define-color color_primary #55ffbb;
@define-color color_secondary #62ff57;
@define-color color_tertiary #ff579a;
@define-color color_bg #1b110e;
@define-color color_bg_secondary #000000;
@define-color color_alt_bg #024942;
@define-color color_gray #222222;
@define-color color_text_light #F0F0F0;
@define-color color_text_dark #1b110e;
@define-color color_white #FFFFFF;
* {
font-family: "URWGothic-Book", monospace;