mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update links references.
This commit is contained in:
@@ -8,12 +8,20 @@ The `link-background` sets the background color of the link.
|
||||
|
||||
## Syntax
|
||||
|
||||
```sass
|
||||
link-background: <COLOR> <PERCENTAGE>;
|
||||
```
|
||||
--8<-- "docs/snippets/syntax_block_start.md"
|
||||
link-background: <a href="../css_types/color.md"><color></a> [<a href="../css_types/percentage.md"><percentage></a>];
|
||||
--8<-- "docs/snippets/syntax_block_end.md"
|
||||
|
||||
`link-background` accepts a [`<color>`](../../css_types/color.md) (with an optional transparency level defined by a [`<percentage>`](../../css_types/percentage.md)) that is used to define the background color of text enclosed in Textual action links.
|
||||
|
||||
### Values
|
||||
|
||||
#### <color>
|
||||
|
||||
--8<-- "docs/snippets/type_syntax/color.md"
|
||||
|
||||
#### <percentage>
|
||||
|
||||
--8<-- "docs/snippets/type_syntax/percentage.md"
|
||||
|
||||
## Example
|
||||
|
||||
Reference in New Issue
Block a user