Skip to content

Commit

Permalink
fix: application name link styling (#3724)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
nunogois committed May 9, 2023
1 parent 6506fcc commit 93a7d29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/component/common/common.module.scss
Expand Up @@ -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) {
Expand Down

0 comments on commit 93a7d29

Please sign in to comment.