diff --git a/modules/blox-tailwind/layouts/shortcodes/callout.html b/modules/blox-tailwind/layouts/shortcodes/callout.html index 36f2b21b..32f2e820 100644 --- a/modules/blox-tailwind/layouts/shortcodes/callout.html +++ b/modules/blox-tailwind/layouts/shortcodes/callout.html @@ -10,7 +10,7 @@ */}} {{ $icon := "information-circle" }} {{ $class := "bg-primary-100 dark:bg-primary-900" }} -{{ $class_text := "text-primary-400" }} +{{ $class_text := "text-primary-600 dark:text-primary-300" }} {{ with (.Get 0) }} {{ if eq . "note" }} {{ $icon = "information-circle" }} @@ -22,7 +22,7 @@ {{ $icon = . }} {{end}} {{end}} -