Crew member enhancements
All checks were successful
Release Creation / build (release) Successful in 59s
All checks were successful
Release Creation / build (release) Successful in 59s
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
: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)),
|
||||
url("../assets/ui/ftl_nomad_background_01.webp");
|
||||
--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";
|
||||
@@ -12,12 +15,14 @@
|
||||
--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%);*/
|
||||
}
|
||||
|
||||
body {
|
||||
--color-text-secondary: rgb(22, 3, 3);
|
||||
--color-text-emphatic: rgb(9, 97, 14);
|
||||
--input-height: 1.6rem;
|
||||
}
|
||||
|
||||
.d100 {
|
||||
@@ -65,7 +70,7 @@ i.fvtt-ftl-nomad {
|
||||
|
||||
.application.dialog.fvtt-ftl-nomad {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.0);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
background-image: var(--background-image-base);
|
||||
button:hover {
|
||||
background: var(--color-dark-6);
|
||||
@@ -75,11 +80,17 @@ i.fvtt-ftl-nomad {
|
||||
}
|
||||
}
|
||||
|
||||
.sheet-tabs {
|
||||
background-color: var(--color-light-1);
|
||||
font-family: Ethnocentric;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
|
||||
.chat-message,
|
||||
.chat-message.whisper {
|
||||
font-family: var(--font-primary);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat:repeat-y;
|
||||
background-repeat: repeat-y;
|
||||
background-position: 0%;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user