Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Oct 21, 2024
1 parent d3ae4b7 commit bf0690a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -829,10 +829,14 @@ draw_config:
.tap {
fill: var(--color--key--text--tap);
}
.shifted,
.shifted{
font-size: 16px;
text-anchor: middle;
}
.hold {
font-size: 16px;
text-anchor: middle;
translate: 0 -4px;
}
.shifted {
Expand All @@ -845,6 +849,7 @@ draw_config:
.hold {
dominant-baseline: ideographic;
fill: var(--color--key--text--hold);
translate: 0 -4px;
}
.hold.glyph {
translate: 0 -4px;
Expand Down Expand Up @@ -879,11 +884,6 @@ draw_config:
.combo.shifted.glyph {
translate: -9px -3px;
}
.rect.hold {
font-size: 16px;
translate: 0 -4px;
fill: var(--color-material--red--100);
}
/*
* Transparent, None, and Ghost Keys
Expand Down

0 comments on commit bf0690a

Please sign in to comment.