mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix links to CSS types.
This commit is contained in:
@@ -5,10 +5,10 @@ The `layers` property allows you to define an ordered set of layers.
|
||||
## Syntax
|
||||
|
||||
--8<-- "docs/snippets/syntax_block_start.md"
|
||||
layers: <a href="../css_types/name.md"><name></a>+;
|
||||
layers: <a href="../../css_types/name"><name></a>+;
|
||||
--8<-- "docs/snippets/syntax_block_end.md"
|
||||
|
||||
The `layers` rule accepts one or more [`<name>`](../css_types/name.md) that define the layers that the widget is aware of, and the order in which they will be painted on the screen.
|
||||
The `layers` rule accepts one or more [`<name>`](../../css_types/name) that define the layers that the widget is aware of, and the order in which they will be painted on the screen.
|
||||
|
||||
The values used here can later be referenced using the [`layer`](../layer) property.
|
||||
The layers defined first in the list are drawn under the layers that are defined later in the list.
|
||||
|
||||
Reference in New Issue
Block a user