mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
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. 
This commit is contained in:
parent
6506fcc5a7
commit
93a7d29003
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user