Addnew sheets (armor, weapons, malefica) and v13 support
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
:root {
|
||||
--font-size-standard: 0.9rem;
|
||||
--font-size-result: 1.4rem;
|
||||
--background-image-base: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
|
||||
--background-image-base: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
|
||||
url("../assets/ui/ftl_nomad_background_01.webp");
|
||||
--font-primary: "Atkinson";
|
||||
--font-secondary: "Atkinson";
|
||||
--font-title: "Ethnocentric";
|
||||
--logo-standard: url("../assets/ui/stellagama_logo_01.webp");
|
||||
--font-primary: "MinionProRegular";
|
||||
--font-secondary: "MinionProRegular";
|
||||
--font-title: "SupernaturalKnight";
|
||||
--logo-standard: url("../assets/ui/hellborn_logo.webp");
|
||||
--title-color: #f0443c;
|
||||
--background-box: ##e0dcdc;
|
||||
--color-success: rgb(15, 122, 15);
|
||||
--color-failure: darkred;
|
||||
--color-warning: darkorange;
|
||||
--color-critical-success: rgb(21, 39, 204);
|
||||
--color-critical-failure: rgb(141, 32, 231);
|
||||
/*--img-icon-color-filter: invert(60%) sepia(12%) saturate(6853%) hue-rotate(81deg) brightness(113%) contrast(104%);*/
|
||||
}
|
||||
|
||||
.d100 {
|
||||
@@ -20,14 +21,10 @@
|
||||
height: 18px;
|
||||
color: black;
|
||||
border-width: 0px;
|
||||
filter: var(--img-icon-color-filter);
|
||||
}
|
||||
|
||||
.item .thumbnail,
|
||||
.item-img {
|
||||
/*filter: invert(90%) sepia(10%) saturate(1215%) hue-rotate(55deg) brightness(93%) contrast(89%);*/
|
||||
/*filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);*/
|
||||
filter: var(--img-icon-color-filter);
|
||||
}
|
||||
|
||||
#logo {
|
||||
|
||||
Reference in New Issue
Block a user