From a9d25a020aaf6ad99b2ae22dd820b61fb35a5af7 Mon Sep 17 00:00:00 2001 From: Alexander Sandberg Date: Tue, 3 Jun 2025 09:16:06 +0200 Subject: [PATCH] add underline to callout links --- assets/stylesheets/new-stylesheets/includes/callout/_base.scss | 3 +++ 1 file changed, 3 insertions(+) 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 {