Change tertiary to body-tertiary

This commit is contained in:
mark
2023-04-23 07:21:45 +02:00
parent 3a6edbf2a2
commit 1e8d94e1fb
13 changed files with 30 additions and 30 deletions

View File

@@ -99,7 +99,7 @@ As an example, the following shortcode displays a stacked card with icon that li
<!-- markdownlint-disable MD037 -->
{{< example lang="hugo" >}}
{{</* card path="about" padding="3" class="w-50" color="tertiary" header="publication" footer="none" */>}}
{{</* card path="about" padding="3" class="w-50" color="body-tertiary" header="publication" footer="none" */>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->