mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add 'See also' sections to references.
This commit is contained in:
@@ -87,3 +87,7 @@ widget.styles.background = Color.parse("#FF00FF")
|
||||
# Set with a color object instantiated directly
|
||||
widget.styles.background = Color(120, 60, 100)
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
- [`color`](./color.md) to set the color of text in a widget.
|
||||
|
||||
Reference in New Issue
Block a user