From b29e2fc1365c1b96c2d2cac729fceff4d9f27410 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 7 Nov 2022 11:36:14 +0000 Subject: [PATCH] Update docs/guide/design.md Co-authored-by: Dave Pearson --- docs/guide/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/design.md b/docs/guide/design.md index d772c5bfa..46b8d4d04 100644 --- a/docs/guide/design.md +++ b/docs/guide/design.md @@ -12,7 +12,7 @@ You don't have to follow these guidelines, but if you do, you will be able to mi ## Designing with Colors -Textual pre-defines a number of colors in [CSS variables](../guide/CSS.md#css-variables). For instance, the CSS variable `$primary` is set to `#004578` (the blue used in headers). You can use `$primary` in place of the color in the [background](../styles/background.md) and [color](../styles/color.md) rules, or other any other rule that accepts a color. +Textual pre-defines a number of colors as [CSS variables](../guide/CSS.md#css-variables). For instance, the CSS variable `$primary` is set to `#004578` (the blue used in headers). You can use `$primary` in place of the color in the [background](../styles/background.md) and [color](../styles/color.md) rules, or other any other rule that accepts a color. Here's an example of CSS that uses color variables: