Update docs/guide/styles.md

Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-09-15 11:06:40 +01:00
committed by GitHub
parent 095b0dfcac
commit 950477b9ff

View File

@@ -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.