From 1e4539ca377c85e62016c5c6186944269fc69e8f Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 3 May 2025 10:40:27 +0200 Subject: [PATCH] Add missing colors --- src/back/colors.ts | 2 +- src/colors.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/back/colors.ts b/src/back/colors.ts index 33f3253..1bf8b05 100644 --- a/src/back/colors.ts +++ b/src/back/colors.ts @@ -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; diff --git a/src/colors.css b/src/colors.css index 001df89..249bc85 100644 --- a/src/colors.css +++ b/src/colors.css @@ -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;