mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.200.0
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
$rgb-source-BMT: #694165;
|
||||
$rgb-source-GHLoE: #c07e4e;
|
||||
$rgb-source-DoDk: #825494;
|
||||
$rgb-source-HWCS: #d0914b;
|
||||
|
||||
// region Categories
|
||||
|
||||
@@ -594,7 +595,8 @@
|
||||
text-decoration-color: $rgb-source-HFFotM !important;
|
||||
}
|
||||
|
||||
&BMT {
|
||||
&BMT,
|
||||
&DMTCRG {
|
||||
color: $rgb-source-BMT !important;
|
||||
border-color: $rgb-source-BMT !important;
|
||||
text-decoration-color: $rgb-source-BMT !important;
|
||||
@@ -611,6 +613,13 @@
|
||||
border-color: $rgb-source-DoDk !important;
|
||||
text-decoration-color: $rgb-source-DoDk !important;
|
||||
}
|
||||
|
||||
&HWCS,
|
||||
&HWAitW {
|
||||
color: $rgb-source-HWCS !important;
|
||||
border-color: $rgb-source-HWCS !important;
|
||||
text-decoration-color: $rgb-source-HWCS !important;
|
||||
}
|
||||
// endregion
|
||||
}
|
||||
|
||||
|
||||
@@ -19,11 +19,18 @@
|
||||
src: local("glyphicons-halflings-regular"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2");
|
||||
}
|
||||
|
||||
// RMR/RMBRE
|
||||
@font-face {
|
||||
font-family: "Blambot Casual";
|
||||
src: local("Blambot-Casual"), url("../fonts/Blambot-Casual-Regular.woff2") format("woff2");
|
||||
}
|
||||
|
||||
// HWCS/HWAitW
|
||||
@font-face {
|
||||
font-family: "HPPHumblescratch";
|
||||
src: local("HPPHumblescratch"), url("../fonts/hpphumblescratch-webfont.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@keyframes kf-fade-out {
|
||||
from {
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user