diff --git a/assets/stylesheets/new-stylesheets/includes/callout/_base.scss b/assets/stylesheets/new-stylesheets/includes/callout/_base.scss index 15bdb8856..ec80617c1 100644 --- a/assets/stylesheets/new-stylesheets/includes/callout/_base.scss +++ b/assets/stylesheets/new-stylesheets/includes/callout/_base.scss @@ -37,6 +37,9 @@ @include link-with-right-arrow(); display: block; color: white; + text-decoration: underline; + text-decoration-color: rgba(255,255,255,0.5); + text-underline-offset: 2px; margin-top: 14px; i {