This commit is contained in:
TheGiddyLimit
2024-06-23 22:13:57 +01:00
parent ed9833eefc
commit e5844f8a3f
279 changed files with 38254 additions and 7675 deletions

View File

@@ -15,6 +15,7 @@ $rgb-border-grey--statblock-night: #565656;
$rgb-stripe-grey--night: #aaa2;
$rgb-bg--body-night: #1c1c1c;
$rgb-bg--night: #222;
$rgb-bg--alt-night: #383838;
$rgb-bg-homebrew--night: rgb(255 0 0 / 15%);

View File

@@ -43,6 +43,16 @@
url("../fonts/hpphumblescratch-webfont.woff2") format("woff2");
}
@keyframes kf-fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes kf-fade-out {
from {
opacity: 1;
@@ -180,7 +190,7 @@ $h-ipt-xs: 22px;
// endregion
// region Fonts
$font-line-height: 1.4286;
$font-line-height: 1.42857143;
// endregion
@mixin mix-shadow-1() {