From 93a7d29003c239f0f33a67c614df6d4897b54479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Tue, 9 May 2023 14:02:32 +0100 Subject: [PATCH] fix: application name link styling (#3724) https://linear.app/unleash/issue/2-1021/bug-dark-mode-application-screen-name-of-the-application-not-visible Applies the styling changes mentioned in the task above, fixing the style in dark mode and making these links more consistent in general. ![image](https://github.com/Unleash/unleash/assets/14320932/f3a873c1-e25e-4137-8b74-8020ebde0493) --- frontend/src/component/common/common.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/component/common/common.module.scss b/frontend/src/component/common/common.module.scss index 24c955c562b..9b44f2e3137 100644 --- a/frontend/src/component/common/common.module.scss +++ b/frontend/src/component/common/common.module.scss @@ -24,14 +24,13 @@ } .listLink { - color: #212121; text-decoration: none; font-weight: normal; display: block; } .listLink:hover { - color: #000; + text-decoration: underline; } @media (max-width: 920px) {