Skip to content

Commit

Permalink
Slight adjustment to keycode picker for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Dec 20, 2024
1 parent ae0732a commit d527d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ button {
height: 32px;
margin: 0px 5px 5px 0px;
border: 1px solid;
border-radius: 2px;
border-radius: 3px;
box-sizing: border-box;
display: flex;
justify-content: space-around;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ html[data-theme='dark'] {
}

.keycode {
background: #0c0c0c;
background: #1c1c1c;
color: white;
border-color: #0e0e0e;
}
Expand Down

0 comments on commit d527d23

Please sign in to comment.