diff --git a/resources/css/blocks/content-box.css b/resources/css/blocks/content-box.css index ce067e1..6977c12 100644 --- a/resources/css/blocks/content-box.css +++ b/resources/css/blocks/content-box.css @@ -53,6 +53,13 @@ h3 + p { @apply !mt-3; } + p > a { + transition: all 0.3s ease-out; + @apply underline underline-offset-8; + text-decoration-thickness: 1px; + + @apply underlined-link underlined-link--white; + } ul { list-style: disc;