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;