Skip to content

Commit

Permalink
change: white text color for shortcut keys (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenjohanson authored Sep 13, 2024
1 parent 0585dd3 commit e203826
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ $verticalBreakpoint: 861px;
justify-content: center;
align-items: center;
background-color: var(--color-primary-light);
color: white;
}

.shortcut-desc {
Expand Down Expand Up @@ -134,4 +135,4 @@ $verticalBreakpoint: 861px;
margin-right: 6px;
}
}
}
}

0 comments on commit e203826

Please sign in to comment.