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:
@@ -69,3 +69,9 @@ widget.styles.link_hover_background = "$accent"
|
||||
# You can also use a `Color` object directly:
|
||||
widget.styles.link_hover_background = Color(100, 30, 173)
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
- [`link-background`](./link_background.md) to set the background color of link text.
|
||||
- [`link-hover-color](./link_hover_color.md) to set the color of link text when the mouse pointer is over it.
|
||||
- [`link-hover-style](./link_hover_style.md) to set the style of link text when the mouse pointer is over it.
|
||||
|
||||
Reference in New Issue
Block a user