Skip to content

Commit

Permalink
feat: Add outlines to combo boxes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Mar 12, 2024
1 parent 6f5524a commit 4aaa9b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keymap_drawer/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ class KeySidePars(BaseModel):
/* default key styling */
rect.key {
fill: #f6f8fa;
}
rect.key, rect.combo {
stroke: #c9cccf;
stroke-width: 1;
}
Expand Down

0 comments on commit 4aaa9b0

Please sign in to comment.