Skip to content

Commit b371453

Browse files
committed
_ -> -
1 parent 8e425a7 commit b371453

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/authoring/brand.qmd

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -297,35 +297,35 @@ The full set of text elements that you can style with `typography` is:
297297
+====================+========================================================================================================+========================+
298298
| `base` | Default text, primarily used in the document body. | - `family` |
299299
| | | - `size` |
300-
| | | - `line_height` |
300+
| | | - `line-height` |
301301
| | | - `weight` |
302302
+--------------------+--------------------------------------------------------------------------------------------------------+------------------------+
303303
| `headings` | All heading levels (h1, h2, etc.). | - `family` |
304304
| | | - `weight` |
305305
| | | - `style` |
306-
| | | - `line_height` |
306+
| | | - `line-height` |
307307
| | | - `color` |
308308
+--------------------+--------------------------------------------------------------------------------------------------------+------------------------+
309309
| `monospace` | General monospaced text, typically used in code blocks and other programming-related content. | - `family` |
310310
| | | - `size` |
311311
| | | - `weight` |
312312
+--------------------+--------------------------------------------------------------------------------------------------------+------------------------+
313-
| `monospace_inline` | Inline monospaced text, usually used for code snippets within regular text. Inherits from `monospace`. | - `family` |
313+
| `monospace-inline` | Inline monospaced text, usually used for code snippets within regular text. Inherits from `monospace`. | - `family` |
314314
| | | - `size` |
315315
| | | - `weight` |
316316
| | | - `color` |
317-
| | | - `background_color` |
317+
| | | - `background-color` |
318318
+--------------------+--------------------------------------------------------------------------------------------------------+------------------------+
319-
| `monospace_block` | Block (multi-line) monospaced text, typically used for code blocks. Inherits from `monospace`. | - `family` |
319+
| `monospace-block` | Block (multi-line) monospaced text, typically used for code blocks. Inherits from `monospace`. | - `family` |
320320
| | | - `size` |
321321
| | | - `weight` |
322-
| | | - `line_height` |
322+
| | | - `line-height` |
323323
| | | - `color` |
324-
| | | - `background_color` |
324+
| | | - `background-color` |
325325
+--------------------+--------------------------------------------------------------------------------------------------------+------------------------+
326326
| `link` | Hyperlinks. | - `weight` |
327327
| | | - `color` |
328-
| | | - `background_color` |
328+
| | | - `background-color` |
329329
| | | - `decoration` |
330330
+--------------------+--------------------------------------------------------------------------------------------------------+------------------------+
331331

@@ -339,11 +339,11 @@ The supported fields are generally described as follows:
339339

340340
- `style`: The font style for the text, typically either "normal" or "italic".
341341

342-
- `line_height`: The line height of the text, which refers to the vertical space between lines. Often expressed as a multiple of the font size or in fixed units.
342+
- `line-height`: The line height of the text, which refers to the vertical space between lines. Often expressed as a multiple of the font size or in fixed units.
343343

344344
- `color`: The color of the text. Can be any CSS-compatible color definition or a reference to a color defined in the brand's color palette.
345345

346-
- `background_color`: The background color for the text element. Can be any CSS-compatible color definition or a reference to a color defined in the brand's color palette.
346+
- `background-color`: The background color for the text element. Can be any CSS-compatible color definition or a reference to a color defined in the brand's color palette.
347347

348348
- `decoration`: The text decoration, typically used for links. Common values include "underline", "none", or "overline".
349349

0 commit comments

Comments
 (0)