mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.209.0
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
$rgb-source-category-prerelease--local: #60c52f;
|
||||
$rgb-source-category-homebrew: vars-night.$rgb-class-brew--night;
|
||||
$rgb-source-category-homebrew--local: #514bff;
|
||||
$rgb-source-category-homebrew--partnered: #b44051;
|
||||
|
||||
$rgb-source-PHB: vars-night.$rgb-subclass--night;
|
||||
$rgb-source-DMG: #ba1eba;
|
||||
@@ -34,6 +35,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);
|
||||
}
|
||||
@@ -42,6 +47,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