From 6bccf7dc7d4ab676db55d6cf629d2c3f2fb73494 Mon Sep 17 00:00:00 2001 From: jelveh Date: Tue, 5 Aug 2025 09:03:35 -0700 Subject: [PATCH] Update style.css --- src/dev-center/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/dev-center/css/style.css b/src/dev-center/css/style.css index 8944e5b5e..81f13c82e 100644 --- a/src/dev-center/css/style.css +++ b/src/dev-center/css/style.css @@ -570,10 +570,11 @@ label { .link-to-docs{ color: #586373; font-size: 14px; -} -.link-to-docs, .link-to-docs:hover { text-decoration: none; } +.link-to-docs:hover { + text-decoration: underline !important; +} .link-to-docs img{ width: 12px; margin-bottom: -1px;