From 2e9ac0c1176f98a0814d1f3a66ac6ad70c6f86df Mon Sep 17 00:00:00 2001 From: Gordon Woodhull Date: Mon, 4 Nov 2024 12:50:47 -0500 Subject: [PATCH] update typst css feature/element matrix with div colors for quarto-dev/quarto-cli#11280 --- docs/advanced/typst/typst-css.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 | ✓ | | | ✓ |