From 2ae005ca7f976da241f010d77738948fcdfc3202 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Tue, 25 Oct 2022 15:18:52 +0200 Subject: [PATCH] refactor: let's use a dl dt/dd here for semantics --- source/_patterns/colors/intro.hbs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/_patterns/colors/intro.hbs b/source/_patterns/colors/intro.hbs index 2c7b9e274..cae650fc0 100644 --- a/source/_patterns/colors/intro.hbs +++ b/source/_patterns/colors/intro.hbs @@ -6,15 +6,15 @@

Color Scheme – Primary (Example)

Each defined color has an interactive mode which means that colors for hover and pressed states are defined.

- + +
+
Primary
base key color
+
Primary Background-Light
background color for current key color. Only used for backrounds.
+
Primary Background-Transparent
Transparent or semi transparent backgrounds for current key color, e.g. used for form field backgrounds.
+
On Primary
is applied to content (icons, text, etc.) that sits on top of primary
+
On Primary Background
is applied to content (icons, text, etc.) that sits on top of primary background colors (background light or transparent).
+
On Primary Background Weak
is applied to content (icons, text, etc.) that sits on top of primary background colors (background light or transparent) and is a variant to weaken content on primary backgrounds.
+

Color Scheme Illustration