From a17355397eb8bca2b1e3b85ba8ced857ed0ad161 Mon Sep 17 00:00:00 2001 From: FaithDaka Date: Sun, 22 Dec 2024 13:10:39 +0300 Subject: [PATCH] styling: support for `` links --- src/theme/themes/plh_kids_kw/_overrides.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/theme/themes/plh_kids_kw/_overrides.scss b/src/theme/themes/plh_kids_kw/_overrides.scss index f0040b88f..087d86c0b 100644 --- a/src/theme/themes/plh_kids_kw/_overrides.scss +++ b/src/theme/themes/plh_kids_kw/_overrides.scss @@ -264,6 +264,14 @@ body[data-theme="plh_kids_kw"] { line-height: var(--line-height-text-medium) !important; font-weight: var(--font-weight-standard) !important; margin-top: 8px; + a { + color: var(--color-surface-white-variant) !important; + text-decoration: underline !important; + } + } + a { + color: var(--color-surface-white-variant) !important; + text-decoration: underline !important; } } }