Workable system, firt step

This commit is contained in:
2026-01-02 20:30:29 +01:00
parent 70d1720176
commit 8a27cef9a4
69 changed files with 6081 additions and 1767 deletions
+7 -4
View File
@@ -2,22 +2,25 @@
--font-size-standard: 0.9rem;
--font-size-result: 1.4rem;
--background-image-base: url("../assets/ui/sheet_background_01.webp");
--font-primary: "MinionProRegular";
--font-secondary: "MinionProRegular";
--font-title: "SupernaturalKnight";
--font-primary: "TimesNewRoman";
--font-secondary: "TimesNewRoman";
--font-title: "EagleLake";
--logo-standard: url("../assets/ui/pentagram_logo.webp");
--title-color: #c9a876;
--title-color: #dea60b;
--background-box: #e0dcdc;
--color-success: rgb(15, 122, 15);
--color-failure: #8b7355;
--color-warning: darkorange;
--color-critical-success: rgb(21, 39, 204);
--color-critical-failure: rgb(141, 32, 231);
--color-sheet-nav: #120c04;
--input-height: 1.2rem;
}
body {
--color-light-1: rgba(182, 178, 178, 0.6);
--color-warm-1: #c9a876;
--input-height: 1.4rem;
}
#logo {