Initial import with skill sheet worning
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
--font-size-standard: 0.8125rem;
|
||||
--background-image-base: url("../assets/parchment.jpg");
|
||||
--font-secondary: "Amiri", serif;
|
||||
--logo-standard: url("../assets/tenebris-logo.webp");
|
||||
--logo-standard: url("../assets/lethal-fantasy-logo.webp");
|
||||
}
|
||||
|
||||
#logo {
|
||||
@ -20,7 +20,7 @@
|
||||
left: calc(50% - 96px);
|
||||
}
|
||||
|
||||
i.tenebris {
|
||||
i.lethalfantasy {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
background-image: var(--logo-standard);
|
||||
@ -33,7 +33,7 @@ i.tenebris {
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.application.dialog.tenebris {
|
||||
.application.dialog.lethalfantasy {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
background-image: var(--background-image-base);
|
||||
|
Reference in New Issue
Block a user