diff --git a/docs/advanced/typst/typst-css.qmd b/docs/advanced/typst/typst-css.qmd index c69ad6572d..6ff8711a99 100644 --- a/docs/advanced/typst/typst-css.qmd +++ b/docs/advanced/typst/typst-css.qmd @@ -34,9 +34,9 @@ Typst CSS works for the specific combinations of HTML elements and CSS propertie | | span | div | table | td | |------------------|------|-----|-------|-----| -| background-color | ✓ | | | ✓ | +| background-color | ✓ | ✓ | | ✓ | | border[^1] | | | | ✓ | -| color | ✓ | | | ✓ | +| color | ✓ | ✓ | | ✓ | | font-family | | ✓ | ✓ | | | font-size | | ✓ | ✓ | | | opacity | ✓ | | | ✓ |