Add missing colors
This commit is contained in:
parent
b19325e08a
commit
1e4539ca37
@ -42,7 +42,7 @@ colors.brand["text-accent2"] = colors.brand["accent2"]!;
|
||||
colors.brand["text-on-accent"] = "#fff";
|
||||
colors.brand["text-on-accent2"] = "#fff";
|
||||
colors.brand["link-on-accent"] = "#fff";
|
||||
colors.brand["link-on-accent2"] = colors.basic!.white!;
|
||||
colors.brand["link-on-accent2"] = "#fff";
|
||||
|
||||
// configure hue variance across the shades of the same main color.
|
||||
const hue_step = -4;
|
||||
|
@ -121,7 +121,7 @@
|
||||
--color-brand-link-on-accent-07: #b3b3b3;
|
||||
--color-brand-link-on-accent-08: #cccccc;
|
||||
--color-brand-link-on-accent-09: #e6e6e6;
|
||||
--color-brand-link-on-accent2: undefined;
|
||||
--color-brand-link-on-accent2: #fff;
|
||||
--color-brand-link-on-accent2-00: #000000;
|
||||
--color-brand-link-on-accent2-01: #1a1a1a;
|
||||
--color-brand-link-on-accent2-02: #333333;
|
||||
|
Loading…
x
Reference in New Issue
Block a user