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:07:35 +01:00
committed by GitHub
parent 950477b9ff
commit 0624fb8507

View File

@@ -81,7 +81,7 @@ Here is the output:
Textual represents color internally as a tuple of three values for the red, green, and blue components.
Textual support a common fourth value called *alpha* which can make a color translucent. If you set alpha on a background color, Textual will blend the background with the color beneath it. If you set alpha on the text color, then Textual will blend the text with the background color.
Textual supports a common fourth value called *alpha* which can make a color translucent. If you set alpha on a background color, Textual will blend the background with the color beneath it. If you set alpha on the text color, then Textual will blend the text with the background color.
There are a few ways you can set alpha on a color in Textual.