mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2026-03-09 01:04:54 -05:00
v1.209.0
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
$rgb-source-category-prerelease--local: #54ce19;
|
||||
$rgb-source-category-homebrew: vars.$rgb-class-brew;
|
||||
$rgb-source-category-homebrew--local: #4b40ed;
|
||||
$rgb-source-category-homebrew--partnered: #963b4f;
|
||||
|
||||
$rgb-source-PHB: #4a6898;
|
||||
$rgb-source-DMG: #800080;
|
||||
@@ -106,6 +107,10 @@
|
||||
&homebrew {
|
||||
@include mix-source-color($rgb-source-category-homebrew);
|
||||
|
||||
&--partnered {
|
||||
@include mix-source-color($rgb-source-category-homebrew--partnered);
|
||||
}
|
||||
|
||||
&--local {
|
||||
@include mix-source-color($rgb-source-category-homebrew--local);
|
||||
}
|
||||
@@ -114,6 +119,10 @@
|
||||
&spicy {
|
||||
@include mix-source-color($rgb-source-category-prerelease);
|
||||
|
||||
&--partnered {
|
||||
@include mix-source-color(#ff00ff); // (Should never occur)
|
||||
}
|
||||
|
||||
&--local {
|
||||
@include mix-source-color($rgb-source-category-prerelease--local);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user