correct color for help button

This commit is contained in:
ThatOneCalculator 2023-04-02 00:13:26 -07:00
parent 38ade38f3f
commit 34613771e5
No known key found for this signature in database
GPG key ID: 8703CACD01000000
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;