This commit is contained in:
TheGiddyLimit
2024-02-19 22:18:48 +00:00
parent 661a119c6d
commit b323d4123e
157 changed files with 43972 additions and 697 deletions

View File

@@ -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
}

View File

@@ -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;