From 9c8c0daa35e57af2658a8336fadc59fdd1d3b8a1 Mon Sep 17 00:00:00 2001 From: rdrew Date: Tue, 18 Aug 2026 13:06:56 -0300 Subject: [PATCH] facet icons --- css/components/text-content.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/components/text-content.css b/css/components/text-content.css index d579edc..7328e3a 100755 --- a/css/components/text-content.css +++ b/css/components/text-content.css @@ -48,7 +48,8 @@ -webkit-text-decoration: underline; text-decoration: underline; color: var(--color--black); - box-shadow: inset 0 -2em 0 0 var(--color--primary-80); + /* box-shadow: inset 0 -2em 0 0 var(--color--primary-80); */ + box-shadow: inset 0 -2em 0 0 #d0bca4; text-decoration-color: var(--color--primary-80); } }