mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
11 lines
767 B
Markdown
11 lines
767 B
Markdown
The [text style](/styles/css_units/text_style) unit can be any _space-separated_ combination of the following values:
|
|
|
|
| Value | Description |
|
|
|-------------|----------------------------------------------------------------|
|
|
| `bold` | **bold text** |
|
|
| `italic` | _italic text_ |
|
|
| `reverse` | reverse video text (foreground and background colors reversed) |
|
|
| `underline` | <u>underline text</u> |
|
|
| `strike` | <s>strikethrough text</s> |
|
|
| `none` | plain text with no styling |
|