Add Enemy sheet

This commit is contained in:
2025-05-25 17:41:32 +02:00
parent ff180ddd2e
commit 973daae15a
46 changed files with 1014 additions and 1828 deletions

View File

@@ -7,7 +7,7 @@
--font-title: "SupernaturalKnight";
--logo-standard: url("../assets/ui/pentagram_logo.webp");
--title-color: #f0443c;
--background-box: ##e0dcdc;
--background-box: #e0dcdc;
--color-success: rgb(15, 122, 15);
--color-failure: darkred;
--color-warning: darkorange;
@@ -15,6 +15,10 @@
--color-critical-failure: rgb(141, 32, 231);
}
body {
--color-light-1: rgba(182, 178, 178, 0.6);
--color-warm-1:#f0443c;
}
#logo {
content: var(--logo-standard);