adjust navigation text opacity, fix #19016
This commit is contained in:
parent
afc7eeacaf
commit
7144832906
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
color: #000;
|
color: #000;
|
||||||
opacity: .5;
|
opacity: .57;
|
||||||
}
|
}
|
||||||
#app-navigation .active,
|
#app-navigation .active,
|
||||||
#app-navigation .active a,
|
#app-navigation .active a,
|
||||||
|
|
Loading…
Reference in a new issue