Skip to content

Commit

Permalink
that's ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyBoySnow committed Sep 9, 2024
1 parent f169270 commit 37181ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modals/keyboardShortcuts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
%keybindCombo {
%keybindShortcutKey {
background: transparent;
border: 1px solid $hover-color;
border: 1px solid $main-color;
border-radius: 3px;
box-shadow: inset 0 -4px $main-color;
box-shadow: inset 0 -1px $main-color;
color: hsla(0, 0%, 100%, 0.7);
transition: all 0.15s ease-in-out;
cursor: pointer;
Expand Down

0 comments on commit 37181ec

Please sign in to comment.