From 13fefcd314c50cac709bca9a6ed1b85430b834d0 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 4 Mar 2025 18:16:13 -0600 Subject: [PATCH] Website: update footer link styles (#26814) Closes: #26800 Changes: - removed the underline from links in the website's footer. --- website/assets/styles/layout.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/assets/styles/layout.less b/website/assets/styles/layout.less index cf6a97b9e8..e4fde3fd30 100644 --- a/website/assets/styles/layout.less +++ b/website/assets/styles/layout.less @@ -536,6 +536,7 @@ html, body { bottom: 0px; a { color: #515774; + text-decoration: none; } } [purpose='footer-content'] { @@ -611,8 +612,7 @@ html, body { a { margin-left: 12px; display: inline; - text-underline-offset: 2.5px; - text-decoration: underline; + text-decoration: none; } } } @@ -636,6 +636,7 @@ html, body { padding: 24px 32px; color: @core-fleet-black-75; a { + text-decoration: none; color: @core-fleet-black-75; } }