Add missing colors

This commit is contained in:
Kuba Orlik 2025-05-03 10:40:27 +02:00
parent b19325e08a
commit 1e4539ca37
2 changed files with 2 additions and 2 deletions

View File

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

View File

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