diff options
| author | Sam Scholten | 2026-08-27 14:29:06 +1000 |
|---|---|---|
| committer | Sam Scholten | 2026-08-27 14:29:06 +1000 |
| commit | e627d7363dc59890743c80bb3fdce1a354e10f22 (patch) | |
| tree | 3455de7573fcec8daafc9ae14a4dd20bef9a3582 /README | |
| parent | c0b512d2b44458176cf30ef937f10cbd37eb4c8c (diff) | |
| download | acarp-marp-theme-e627d7363dc59890743c80bb3fdce1a354e10f22.tar.gz acarp-marp-theme-e627d7363dc59890743c80bb3fdce1a354e10f22.zip | |
add highlight-left/right modifiers for column emphasis
Diffstat (limited to 'README')
| -rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -60,6 +60,22 @@ Text content </div> ``` +### `highlight-left` / `highlight-right` - Column Emphasis +```markdown +--- +<!-- _class: layout-2col-center highlight-left --> + +<div class="left-column"> +Normal opacity +</div> + +<div class="right-column"> +Faded out +</div> +``` + +Dims the other column of `layout-2col` / `layout-2col-center`. Use across slides to build up a comparison. + ### `cite` - Citation/Attribution ```markdown --- |
