Skip to content

Commit

Permalink
💄 style: add styling for <kbd> keyboard input
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Nov 5, 2024
1 parent fa9f160 commit 51fee5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sass/parts/_misc.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
kbd {
border: 1px solid var(--divider-color);
border-radius: 5px;
background-color: var(--bg-0);
padding: 0.1rem 0.3rem;
font-size: 0.8rem;
}

.draft-label {
margin-inline-end: 0.3rem;
background-color: var(--primary-color);
Expand Down

0 comments on commit 51fee5d

Please sign in to comment.