correct color for help button
This commit is contained in:
parent
38ade38f3f
commit
34613771e5
|
@ -174,6 +174,7 @@ function more() {
|
|||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 1rem;
|
||||
color: var(--navFg);
|
||||
|
||||
> .icon {
|
||||
display: inline-block;
|
||||
|
|
|
@ -274,6 +274,7 @@ function more(ev: MouseEvent) {
|
|||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 1rem;
|
||||
color: var(--navFg);
|
||||
|
||||
> .icon {
|
||||
display: inline-block;
|
||||
|
@ -445,6 +446,7 @@ function more(ev: MouseEvent) {
|
|||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 1rem;
|
||||
color: var(--navFg);
|
||||
|
||||
> .icon {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue