mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix links to snippets and types.
This commit is contained in:
@@ -28,9 +28,9 @@ link-hover-background: <COLOR> [<PERCENTAGE>];
|
||||
link-hover-style: <TEXT STYLE>;
|
||||
```
|
||||
|
||||
--8<-- "docs/snippets/color_css_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/color.md"
|
||||
|
||||
--8<-- "docs/snippets/text_style_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/text_style.md"
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
@@ -12,9 +12,9 @@ The `link-background` sets the background color of the link.
|
||||
link-background: <COLOR> <PERCENTAGE>;
|
||||
```
|
||||
|
||||
--8<-- "docs/snippets/color_css_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/color.md"
|
||||
|
||||
--8<-- "docs/snippets/percentage_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/percentage.md"
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
@@ -12,9 +12,9 @@ The `link-color` sets the color of the link text.
|
||||
link-color: <COLOR> <PERCENTAGE>;
|
||||
```
|
||||
|
||||
--8<-- "docs/snippets/color_css_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/color.md"
|
||||
|
||||
--8<-- "docs/snippets/percentage_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/percentage.md"
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
@@ -12,9 +12,9 @@ The `link-hover-background` sets the background color of the link when the mouse
|
||||
link-hover-background: <COLOR> <PERCENTAGE>;
|
||||
```
|
||||
|
||||
--8<-- "docs/snippets/color_css_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/color.md"
|
||||
|
||||
--8<-- "docs/snippets/percentage_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/percentage.md"
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
@@ -12,9 +12,9 @@ The `link-hover-color` sets the color of the link text when the mouse cursor is
|
||||
link-hover-color: <COLOR> <PERCENTAGE>;
|
||||
```
|
||||
|
||||
--8<-- "docs/snippets/color_css_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/color.md"
|
||||
|
||||
--8<-- "docs/snippets/percentage_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/percentage.md"
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
@@ -12,9 +12,9 @@ The `link-hover-style` sets the text style for the link text when the mouse curs
|
||||
link-hover-style: <COLOR> <PERCENTAGE>;
|
||||
```
|
||||
|
||||
--8<-- "docs/snippets/color_css_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/color.md"
|
||||
|
||||
--8<-- "docs/snippets/percentage_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/percentage.md"
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ The `link-style` sets the text style for the link text.
|
||||
link-style: <TEXT STYLE>;
|
||||
```
|
||||
|
||||
--8<-- "docs/snippets/text_style_syntax.md"
|
||||
--8<-- "docs/snippets/type_syntax/text_style.md"
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user