mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.208.0
This commit is contained in:
@@ -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%);
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user