From 8902ef22f4b908e7e888cc562fd4f96d55ca0e53 Mon Sep 17 00:00:00 2001 From: Frode Kolstad Date: Mon, 29 Jun 2026 14:05:18 +0200 Subject: [PATCH 1/6] fix(tokens): Endring av eksisterende link-farger (interactive.foreground.link) --- tokens/public/theme/dark.json | 6 +++--- tokens/public/theme/light.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tokens/public/theme/dark.json b/tokens/public/theme/dark.json index 9d6a693b..f7047ac9 100644 --- a/tokens/public/theme/dark.json +++ b/tokens/public/theme/dark.json @@ -274,15 +274,15 @@ "link": { "enabled": { "$type": "color", - "$value": "{color-shades.functional.blue.400}" + "$value": "{color-shades.grey.000}" }, "hover": { "$type": "color", - "$value": "{color-shades.functional.blue.200}" + "$value": "{color-shades.accent.200}" }, "visited": { "$type": "color", - "$value": "{color-shades.grey.200}" + "$value": "{color-shades.functional.neutralgrey.200}" } } }, diff --git a/tokens/public/theme/light.json b/tokens/public/theme/light.json index 3e7e47e3..4be28a98 100644 --- a/tokens/public/theme/light.json +++ b/tokens/public/theme/light.json @@ -273,15 +273,15 @@ "link": { "enabled": { "$type": "color", - "$value": "{color-shades.functional.blue.700}" + "$value": "{color-shades.grey.999}" }, "hover": { "$type": "color", - "$value": "{color-shades.functional.blue.950}" + "$value": "{color-shades.accent.500}" }, "visited": { "$type": "color", - "$value": "{color-shades.grey.600}" + "$value": "{color-shades.functional.neutralgrey.600}" } } }, From f0df704c3130fdfe010ac7bd24ab025479aa71e7 Mon Sep 17 00:00:00 2001 From: Frode Kolstad Date: Mon, 29 Jun 2026 14:09:12 +0200 Subject: [PATCH 2/6] feat(tokens): lagt til ny farge i interactive-foreground.link, pressed --- tokens/$themes.json | 2 ++ tokens/public/theme/dark.json | 4 ++++ tokens/public/theme/light.json | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/tokens/$themes.json b/tokens/$themes.json index bd763288..1d5c41d9 100644 --- a/tokens/$themes.json +++ b/tokens/$themes.json @@ -1430,6 +1430,7 @@ "color.interactive.foreground.danger.disabled": "7a1cc600bf1c6eaca12e71cc32a6b21ff8c1e2fd", "color.interactive.foreground.link.enabled": "0bbcbd1a5b8abfb3aec0990b23c02681d7efde64", "color.interactive.foreground.link.hover": "bc6c0e3e17300a85e87e0cc99477d43cbe8b8ad3", + "color.interactive.foreground.link.pressed": "33e63e9c738deb787f484342858a44a2479558c2", "color.interactive.foreground.link.visited": "449964460a6f72c71dc25680d2b32cb7799a9f60", "color.interactive.border.primary.enabled": "d87443486bd3dfa8ee9a4cba148914b558b3fd06", "color.interactive.border.primary.hover": "f45f2ad159d3e15ea1bd55889cc5d9ff76d2a044", @@ -1787,6 +1788,7 @@ "color.interactive.foreground.danger.disabled": "7a1cc600bf1c6eaca12e71cc32a6b21ff8c1e2fd", "color.interactive.foreground.link.enabled": "0bbcbd1a5b8abfb3aec0990b23c02681d7efde64", "color.interactive.foreground.link.hover": "bc6c0e3e17300a85e87e0cc99477d43cbe8b8ad3", + "color.interactive.foreground.link.pressed": "33e63e9c738deb787f484342858a44a2479558c2", "color.interactive.foreground.link.visited": "449964460a6f72c71dc25680d2b32cb7799a9f60", "color.interactive.border.primary.enabled": "d87443486bd3dfa8ee9a4cba148914b558b3fd06", "color.interactive.border.primary.hover": "f45f2ad159d3e15ea1bd55889cc5d9ff76d2a044", diff --git a/tokens/public/theme/dark.json b/tokens/public/theme/dark.json index f7047ac9..30a07598 100644 --- a/tokens/public/theme/dark.json +++ b/tokens/public/theme/dark.json @@ -280,6 +280,10 @@ "$type": "color", "$value": "{color-shades.accent.200}" }, + "pressed": { + "$type": "color", + "$value": "{color-shades.accent.300}" + }, "visited": { "$type": "color", "$value": "{color-shades.functional.neutralgrey.200}" diff --git a/tokens/public/theme/light.json b/tokens/public/theme/light.json index 4be28a98..6ff39000 100644 --- a/tokens/public/theme/light.json +++ b/tokens/public/theme/light.json @@ -279,6 +279,10 @@ "$type": "color", "$value": "{color-shades.accent.500}" }, + "pressed": { + "$type": "color", + "$value": "{color-shades.accent.700}" + }, "visited": { "$type": "color", "$value": "{color-shades.functional.neutralgrey.600}" From 706ab0f7ae56e4e0955b572e8f3987e09e26ad6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jun 2026 12:09:46 +0000 Subject: [PATCH 3/6] =?UTF-8?q?(tokens):=20oppdatert=20css=20basert=20p?= =?UTF-8?q?=C3=A5=20nye=20tokens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc-site/.vitepress/theme/styles/nve_theme.css | 14 ++++++++------ doc-site/.vitepress/theme/styles/rme_theme.css | 14 ++++++++------ doc-site/.vitepress/theme/styles/varsom_theme.css | 14 ++++++++------ public/css/nve.css | 7 ++++--- public/css/nve_dark.css | 7 ++++--- public/css/rme.css | 7 ++++--- public/css/rme_dark.css | 7 ++++--- public/css/varsom.css | 7 ++++--- public/css/varsom_dark.css | 7 ++++--- 9 files changed, 48 insertions(+), 36 deletions(-) diff --git a/doc-site/.vitepress/theme/styles/nve_theme.css b/doc-site/.vitepress/theme/styles/nve_theme.css index 2db36e06..187fff26 100644 --- a/doc-site/.vitepress/theme/styles/nve_theme.css +++ b/doc-site/.vitepress/theme/styles/nve_theme.css @@ -322,9 +322,10 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); + --color-interactive-foreground-link-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); @@ -1024,9 +1025,10 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); + --color-interactive-foreground-link-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/doc-site/.vitepress/theme/styles/rme_theme.css b/doc-site/.vitepress/theme/styles/rme_theme.css index 4514d88e..3ea7348d 100644 --- a/doc-site/.vitepress/theme/styles/rme_theme.css +++ b/doc-site/.vitepress/theme/styles/rme_theme.css @@ -322,9 +322,10 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); + --color-interactive-foreground-link-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); @@ -1024,9 +1025,10 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); + --color-interactive-foreground-link-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/doc-site/.vitepress/theme/styles/varsom_theme.css b/doc-site/.vitepress/theme/styles/varsom_theme.css index 2f408afe..bbf80533 100644 --- a/doc-site/.vitepress/theme/styles/varsom_theme.css +++ b/doc-site/.vitepress/theme/styles/varsom_theme.css @@ -322,9 +322,10 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); + --color-interactive-foreground-link-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); @@ -1024,9 +1025,10 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); + --color-interactive-foreground-link-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/public/css/nve.css b/public/css/nve.css index 90748042..58268477 100644 --- a/public/css/nve.css +++ b/public/css/nve.css @@ -328,9 +328,10 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); + --color-interactive-foreground-link-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); diff --git a/public/css/nve_dark.css b/public/css/nve_dark.css index 582e8e47..1e00c3fa 100644 --- a/public/css/nve_dark.css +++ b/public/css/nve_dark.css @@ -328,9 +328,10 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); + --color-interactive-foreground-link-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/public/css/rme.css b/public/css/rme.css index a5197955..4529e8f8 100644 --- a/public/css/rme.css +++ b/public/css/rme.css @@ -328,9 +328,10 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); + --color-interactive-foreground-link-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); diff --git a/public/css/rme_dark.css b/public/css/rme_dark.css index a739e9a7..dec918ba 100644 --- a/public/css/rme_dark.css +++ b/public/css/rme_dark.css @@ -328,9 +328,10 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); + --color-interactive-foreground-link-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/public/css/varsom.css b/public/css/varsom.css index e93c2455..7d37507c 100644 --- a/public/css/varsom.css +++ b/public/css/varsom.css @@ -328,9 +328,10 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); + --color-interactive-foreground-link-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); diff --git a/public/css/varsom_dark.css b/public/css/varsom_dark.css index ad4e0775..b68dab40 100644 --- a/public/css/varsom_dark.css +++ b/public/css/varsom_dark.css @@ -328,9 +328,10 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); + --color-interactive-foreground-link-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); From 763340b7959e4dfe659d7f4e6da386b3b14db02f Mon Sep 17 00:00:00 2001 From: Frode Kolstad Date: Mon, 29 Jun 2026 14:10:49 +0200 Subject: [PATCH 4/6] feat(tokens): config From f14328e218bede4b246725c0d90405e119650747 Mon Sep 17 00:00:00 2001 From: Frode Kolstad Date: Thu, 2 Jul 2026 11:12:02 +0200 Subject: [PATCH 5/6] feat(tokens): Lagt til nye farger interactive.foreground.link.info --- tokens/$themes.json | 28 +++++++++++++------- tokens/public/theme/dark.json | 48 ++++++++++++++++++++++++---------- tokens/public/theme/light.json | 48 ++++++++++++++++++++++++---------- 3 files changed, 86 insertions(+), 38 deletions(-) diff --git a/tokens/$themes.json b/tokens/$themes.json index 1d5c41d9..d76aee73 100644 --- a/tokens/$themes.json +++ b/tokens/$themes.json @@ -1428,10 +1428,10 @@ "color.interactive.foreground.tertiary.disabled": "b190b3da5803b45a821b6b56104d3845149bf3ba", "color.interactive.foreground.danger.enabled": "cba14b847ffe942665ad08945e185ae955e217ed", "color.interactive.foreground.danger.disabled": "7a1cc600bf1c6eaca12e71cc32a6b21ff8c1e2fd", - "color.interactive.foreground.link.enabled": "0bbcbd1a5b8abfb3aec0990b23c02681d7efde64", - "color.interactive.foreground.link.hover": "bc6c0e3e17300a85e87e0cc99477d43cbe8b8ad3", - "color.interactive.foreground.link.pressed": "33e63e9c738deb787f484342858a44a2479558c2", - "color.interactive.foreground.link.visited": "449964460a6f72c71dc25680d2b32cb7799a9f60", + "color.interactive.foreground.link.primary.enabled": "0bbcbd1a5b8abfb3aec0990b23c02681d7efde64", + "color.interactive.foreground.link.primary.hover": "bc6c0e3e17300a85e87e0cc99477d43cbe8b8ad3", + "color.interactive.foreground.link.primary.pressed": "33e63e9c738deb787f484342858a44a2479558c2", + "color.interactive.foreground.link.primary.visited": "449964460a6f72c71dc25680d2b32cb7799a9f60", "color.interactive.border.primary.enabled": "d87443486bd3dfa8ee9a4cba148914b558b3fd06", "color.interactive.border.primary.hover": "f45f2ad159d3e15ea1bd55889cc5d9ff76d2a044", "color.interactive.border.primary.disabled": "0cb6ca182d903cd6c14a85e3db4e70b6d67b5eb9", @@ -1562,7 +1562,11 @@ "color.supplemental.charts.foreground.data-15": "9217c6350bc92a18be83bf46553268a03093944b", "color.supplemental.charts.foreground.data-16": "5e6a8893b5bef3f52c7a2a3f7ae435b8669d4827", "color.supplemental.charts.foreground.data-17": "9c0ec240c214b566dc7454ad1473d3ccb87d87f4", - "color.supplemental.charts.foreground.data-18": "5e8ba44148e446465bfa18ae34b75605e09d954c" + "color.supplemental.charts.foreground.data-18": "5e8ba44148e446465bfa18ae34b75605e09d954c", + "color.interactive.foreground.link.info.enabled": "4a0701647a107bd5aaa7ed39a37f3584abad585f", + "color.interactive.foreground.link.info.hover": "eea699b6c62afb5786e537ab95d50ab4d3e5bc74", + "color.interactive.foreground.link.info.pressed": "c49aff1dbe6c3256bf8388e85809f97a60b6e832", + "color.interactive.foreground.link.info.visited": "3f5631f5c615c6ff14d29d7a885009cbb16b2378" }, "group": "Theme" }, @@ -1786,10 +1790,10 @@ "color.interactive.foreground.tertiary.disabled": "b190b3da5803b45a821b6b56104d3845149bf3ba", "color.interactive.foreground.danger.enabled": "cba14b847ffe942665ad08945e185ae955e217ed", "color.interactive.foreground.danger.disabled": "7a1cc600bf1c6eaca12e71cc32a6b21ff8c1e2fd", - "color.interactive.foreground.link.enabled": "0bbcbd1a5b8abfb3aec0990b23c02681d7efde64", - "color.interactive.foreground.link.hover": "bc6c0e3e17300a85e87e0cc99477d43cbe8b8ad3", - "color.interactive.foreground.link.pressed": "33e63e9c738deb787f484342858a44a2479558c2", - "color.interactive.foreground.link.visited": "449964460a6f72c71dc25680d2b32cb7799a9f60", + "color.interactive.foreground.link.primary.enabled": "0bbcbd1a5b8abfb3aec0990b23c02681d7efde64", + "color.interactive.foreground.link.primary.hover": "bc6c0e3e17300a85e87e0cc99477d43cbe8b8ad3", + "color.interactive.foreground.link.primary.pressed": "33e63e9c738deb787f484342858a44a2479558c2", + "color.interactive.foreground.link.primary.visited": "449964460a6f72c71dc25680d2b32cb7799a9f60", "color.interactive.border.primary.enabled": "d87443486bd3dfa8ee9a4cba148914b558b3fd06", "color.interactive.border.primary.hover": "f45f2ad159d3e15ea1bd55889cc5d9ff76d2a044", "color.interactive.border.primary.disabled": "0cb6ca182d903cd6c14a85e3db4e70b6d67b5eb9", @@ -1920,7 +1924,11 @@ "color.supplemental.charts.foreground.data-15": "9217c6350bc92a18be83bf46553268a03093944b", "color.supplemental.charts.foreground.data-16": "5e6a8893b5bef3f52c7a2a3f7ae435b8669d4827", "color.supplemental.charts.foreground.data-17": "9c0ec240c214b566dc7454ad1473d3ccb87d87f4", - "color.supplemental.charts.foreground.data-18": "5e8ba44148e446465bfa18ae34b75605e09d954c" + "color.supplemental.charts.foreground.data-18": "5e8ba44148e446465bfa18ae34b75605e09d954c", + "color.interactive.foreground.link.info.enabled": "4a0701647a107bd5aaa7ed39a37f3584abad585f", + "color.interactive.foreground.link.info.hover": "eea699b6c62afb5786e537ab95d50ab4d3e5bc74", + "color.interactive.foreground.link.info.pressed": "c49aff1dbe6c3256bf8388e85809f97a60b6e832", + "color.interactive.foreground.link.info.visited": "3f5631f5c615c6ff14d29d7a885009cbb16b2378" }, "group": "Theme" }, diff --git a/tokens/public/theme/dark.json b/tokens/public/theme/dark.json index 30a07598..8445c66d 100644 --- a/tokens/public/theme/dark.json +++ b/tokens/public/theme/dark.json @@ -272,21 +272,41 @@ } }, "link": { - "enabled": { - "$type": "color", - "$value": "{color-shades.grey.000}" - }, - "hover": { - "$type": "color", - "$value": "{color-shades.accent.200}" - }, - "pressed": { - "$type": "color", - "$value": "{color-shades.accent.300}" + "primary": { + "enabled": { + "$type": "color", + "$value": "{color-shades.grey.000}" + }, + "hover": { + "$type": "color", + "$value": "{color-shades.accent.200}" + }, + "pressed": { + "$type": "color", + "$value": "{color-shades.accent.300}" + }, + "visited": { + "$type": "color", + "$value": "{color-shades.functional.neutralgrey.200}" + } }, - "visited": { - "$type": "color", - "$value": "{color-shades.functional.neutralgrey.200}" + "info": { + "enabled": { + "$type": "color", + "$value": "{color-shades.functional.blue.150}" + }, + "hover": { + "$type": "color", + "$value": "{color-shades.functional.blue.100}" + }, + "pressed": { + "$type": "color", + "$value": "{color-shades.functional.blue.000}" + }, + "visited": { + "$type": "color", + "$value": "{color-shades.functional.neutralgrey.200}" + } } } }, diff --git a/tokens/public/theme/light.json b/tokens/public/theme/light.json index 6ff39000..becb3978 100644 --- a/tokens/public/theme/light.json +++ b/tokens/public/theme/light.json @@ -271,21 +271,41 @@ } }, "link": { - "enabled": { - "$type": "color", - "$value": "{color-shades.grey.999}" - }, - "hover": { - "$type": "color", - "$value": "{color-shades.accent.500}" - }, - "pressed": { - "$type": "color", - "$value": "{color-shades.accent.700}" + "primary": { + "enabled": { + "$type": "color", + "$value": "{color-shades.grey.999}" + }, + "hover": { + "$type": "color", + "$value": "{color-shades.accent.500}" + }, + "pressed": { + "$type": "color", + "$value": "{color-shades.accent.700}" + }, + "visited": { + "$type": "color", + "$value": "{color-shades.functional.neutralgrey.600}" + } }, - "visited": { - "$type": "color", - "$value": "{color-shades.functional.neutralgrey.600}" + "info": { + "enabled": { + "$type": "color", + "$value": "{color-shades.functional.blue.700}" + }, + "hover": { + "$type": "color", + "$value": "{color-shades.functional.blue.850}" + }, + "pressed": { + "$type": "color", + "$value": "{color-shades.functional.blue.999}" + }, + "visited": { + "$type": "color", + "$value": "{color-shades.functional.neutralgrey.600}" + } } } }, From 8a712a0b25a98c34bf8aebb501017ef322f220c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Jul 2026 09:12:28 +0000 Subject: [PATCH 6/6] =?UTF-8?q?(tokens):=20oppdatert=20css=20basert=20p?= =?UTF-8?q?=C3=A5=20nye=20tokens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.vitepress/theme/styles/nve_theme.css | 24 ++++++++++++------- .../.vitepress/theme/styles/rme_theme.css | 24 ++++++++++++------- .../.vitepress/theme/styles/varsom_theme.css | 24 ++++++++++++------- public/css/nve.css | 12 ++++++---- public/css/nve_dark.css | 12 ++++++---- public/css/rme.css | 12 ++++++---- public/css/rme_dark.css | 12 ++++++---- public/css/varsom.css | 12 ++++++---- public/css/varsom_dark.css | 12 ++++++---- 9 files changed, 96 insertions(+), 48 deletions(-) diff --git a/doc-site/.vitepress/theme/styles/nve_theme.css b/doc-site/.vitepress/theme/styles/nve_theme.css index 187fff26..5b43264d 100644 --- a/doc-site/.vitepress/theme/styles/nve_theme.css +++ b/doc-site/.vitepress/theme/styles/nve_theme.css @@ -322,10 +322,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-grey-999); - --color-interactive-foreground-link-hover: var(--color-shades-accent-500); - --color-interactive-foreground-link-pressed: var(--color-shades-accent-700); - --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); @@ -1025,10 +1029,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-grey-000); - --color-interactive-foreground-link-hover: var(--color-shades-accent-200); - --color-interactive-foreground-link-pressed: var(--color-shades-accent-300); - --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/doc-site/.vitepress/theme/styles/rme_theme.css b/doc-site/.vitepress/theme/styles/rme_theme.css index 3ea7348d..2d24b250 100644 --- a/doc-site/.vitepress/theme/styles/rme_theme.css +++ b/doc-site/.vitepress/theme/styles/rme_theme.css @@ -322,10 +322,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-grey-999); - --color-interactive-foreground-link-hover: var(--color-shades-accent-500); - --color-interactive-foreground-link-pressed: var(--color-shades-accent-700); - --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); @@ -1025,10 +1029,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-grey-000); - --color-interactive-foreground-link-hover: var(--color-shades-accent-200); - --color-interactive-foreground-link-pressed: var(--color-shades-accent-300); - --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/doc-site/.vitepress/theme/styles/varsom_theme.css b/doc-site/.vitepress/theme/styles/varsom_theme.css index bbf80533..41d3cbed 100644 --- a/doc-site/.vitepress/theme/styles/varsom_theme.css +++ b/doc-site/.vitepress/theme/styles/varsom_theme.css @@ -322,10 +322,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-grey-999); - --color-interactive-foreground-link-hover: var(--color-shades-accent-500); - --color-interactive-foreground-link-pressed: var(--color-shades-accent-700); - --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); @@ -1025,10 +1029,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-grey-000); - --color-interactive-foreground-link-hover: var(--color-shades-accent-200); - --color-interactive-foreground-link-pressed: var(--color-shades-accent-300); - --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/public/css/nve.css b/public/css/nve.css index 58268477..f7230646 100644 --- a/public/css/nve.css +++ b/public/css/nve.css @@ -328,10 +328,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-grey-999); - --color-interactive-foreground-link-hover: var(--color-shades-accent-500); - --color-interactive-foreground-link-pressed: var(--color-shades-accent-700); - --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); diff --git a/public/css/nve_dark.css b/public/css/nve_dark.css index 1e00c3fa..730455ee 100644 --- a/public/css/nve_dark.css +++ b/public/css/nve_dark.css @@ -328,10 +328,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-grey-000); - --color-interactive-foreground-link-hover: var(--color-shades-accent-200); - --color-interactive-foreground-link-pressed: var(--color-shades-accent-300); - --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/public/css/rme.css b/public/css/rme.css index 4529e8f8..f6043cdf 100644 --- a/public/css/rme.css +++ b/public/css/rme.css @@ -328,10 +328,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-grey-999); - --color-interactive-foreground-link-hover: var(--color-shades-accent-500); - --color-interactive-foreground-link-pressed: var(--color-shades-accent-700); - --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); diff --git a/public/css/rme_dark.css b/public/css/rme_dark.css index dec918ba..cc8edb90 100644 --- a/public/css/rme_dark.css +++ b/public/css/rme_dark.css @@ -328,10 +328,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-grey-000); - --color-interactive-foreground-link-hover: var(--color-shades-accent-200); - --color-interactive-foreground-link-pressed: var(--color-shades-accent-300); - --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700); diff --git a/public/css/varsom.css b/public/css/varsom.css index 7d37507c..e6436655 100644 --- a/public/css/varsom.css +++ b/public/css/varsom.css @@ -328,10 +328,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); - --color-interactive-foreground-link-enabled: var(--color-shades-grey-999); - --color-interactive-foreground-link-hover: var(--color-shades-accent-500); - --color-interactive-foreground-link-pressed: var(--color-shades-accent-700); - --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); --color-interactive-border-primary-enabled: var(--color-shades-grey-999); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-300); diff --git a/public/css/varsom_dark.css b/public/css/varsom_dark.css index b68dab40..e7606df6 100644 --- a/public/css/varsom_dark.css +++ b/public/css/varsom_dark.css @@ -328,10 +328,14 @@ --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); - --color-interactive-foreground-link-enabled: var(--color-shades-grey-000); - --color-interactive-foreground-link-hover: var(--color-shades-accent-200); - --color-interactive-foreground-link-pressed: var(--color-shades-accent-300); - --color-interactive-foreground-link-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); --color-interactive-border-primary-enabled: var(--color-shades-grey-000); --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); --color-interactive-border-primary-disabled: var(--color-shades-grey-700);