mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-24 01:39:06 +01:00
correct color for help button
This commit is contained in:
parent
5a246f6bbc
commit
dc22ff0ba7
@ -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
Block a user