Workable system, firt step
This commit is contained in:
+7
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user