From 950477b9ffd65bcaf9283123b496971c17956be8 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 15 Sep 2022 11:06:40 +0100 Subject: [PATCH] Update docs/guide/styles.md Co-authored-by: darrenburns --- docs/guide/styles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/styles.md b/docs/guide/styles.md index e0bf9c29b..4ff4fa87e 100644 --- a/docs/guide/styles.md +++ b/docs/guide/styles.md @@ -64,7 +64,7 @@ In addition to color names, you can also use any of the following ways of expres - HSL colors start with `hsl` followed by a angle between 0 and 360 and two percentage values, representing Hue, Saturation and Lightness. For example `hsl(0,100%,50%)` is intense red and `hsl(280,60%,49%)` is *dark orchid* -The background and color styles will also accept a [color][textual.color.Color] object which can be used to create colors dynamically. +The background and color styles also accept a [Color][textual.color.Color] object which can be used to create colors dynamically. The following example adds three widgets and sets color styles.