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.