Skip to content

Commit

Permalink
fix description of $callout-border-width sass variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Mar 19, 2024
1 parent 42a8823 commit 3dd584c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/output-formats/_theme-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ You can also customize the colors of the button which appears for `code-copy: tr
+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Variable | Notes |
+==========================+====================================================================================================================================================================+
| `$callout-border-width` | By default, Quarto does not display a left border on code blocks. Set this variable to a truthy value or a CSS color to enable the left border. Defaults to `5px`. |
| `$callout-border-width` | The left border width of callouts. Defaults to `5px`. |
+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `$callout-border-scale` | The border color of callouts computed by shifting the callout color by this amount. Defaults to `0%`. |
+--------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 3dd584c

Please sign in to comment.