From 27356b4a7141340521fd429362859d2e0e271155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sat, 27 Jun 2026 07:48:21 +0200 Subject: [PATCH] Tune light green foundation color --- foundations.html | 2 +- styles/01-foundations.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foundations.html b/foundations.html index f0da44c..e950543 100644 --- a/foundations.html +++ b/foundations.html @@ -30,7 +30,7 @@ black#000000Neutrale Vollton-Overlay-Farbe für starke visuelle Deaktivierung von Hintergrundobjekten. white#FFFFFFStandardfläche von Buttons, Eingabefeldern, Pulldown-Triggern, Checkboxen, Radios, Toggle-Tracks und Card-Trennern. signal-green#009101Positive Score-Balken und positive Chart-Werte. - signal-green-light#51B951Hellgrüne Variante für positive Signal- und Notification-Flächen. + signal-green-light#7CAF7CHellgrüne Variante für positive Signal- und Notification-Flächen. signal-yellow#9C7A00Neutrale Score-Balken, neutrale Chart-Werte und Warnwerte in Tabellen. signal-red#9B3B2FNegative Score-Balken und negative Chart-Werte. font-dark#414959Standard-Schrift auf hellen Flächen, Achsen/Marker in Charts, Sandwich-Linien und Radio-Markierung. diff --git a/styles/01-foundations.css b/styles/01-foundations.css index 3ea9720..1f32c04 100644 --- a/styles/01-foundations.css +++ b/styles/01-foundations.css @@ -15,7 +15,7 @@ --color-white: #FFFFFF; --color-process-inactive: #FFAE79; --color-signal-green: #009101; - --color-signal-green-light: #51B951; + --color-signal-green-light: #7CAF7C; --color-signal-yellow: #9C7A00; --color-signal-red: #9B3B2F; --color-font-dark: #414959;