mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-09 01:17:06 +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 {
|
.listLink {
|
||||||
color: #212121;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listLink:hover {
|
.listLink:hover {
|
||||||
color: #000;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 920px) {
|
@media (max-width: 920px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user