correct color for help button

This commit is contained in:
ThatOneCalculator 2023-04-02 00:13:26 -07:00
parent 5a246f6bbc
commit dc22ff0ba7
2 changed files with 3 additions and 0 deletions

View File

@ -174,6 +174,7 @@ function more() {
text-align: center;
width: 100%;
margin-top: 1rem;
color: var(--navFg);
> .icon {
display: inline-block;

View File

@ -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;