Basic dice roll support

This commit is contained in:
2024-12-17 15:47:36 +01:00
parent 2c29acd56c
commit 4d3c15a2a8
14 changed files with 173 additions and 67 deletions

View File

@@ -5,7 +5,12 @@
/*--background-image-base: url("../assets/ui/jazzage_background_main.webp");*/
--font-primary: "Georama";
--font-secondary: "Georama";
--font-title: "Broadway";
--logo-standard: url("../assets/logos/reanimated-ce-logo.webp");
--color-success: darkgreen;
--color-failure: darkred;
--color-critical-success: lightgreen;
--color-critical-failure: lightcoral;
}
.era-icon-color {
@@ -57,6 +62,7 @@ i.fvtt-cthulhu-eternal {
.chat-message.whisper {
font-family: var(--font-primary);
background-image: var(--background-image-base);
background-repeat: no-repeat;
background-repeat:repeat-y;
background-position: 0%;
background-size: 100% 100%;
}