diff --git a/keymap-drawer/eyelash_corne.svg b/keymap-drawer/eyelash_corne.svg index a2cd9e2..4202352 100644 --- a/keymap-drawer/eyelash_corne.svg +++ b/keymap-drawer/eyelash_corne.svg @@ -150,8 +150,8 @@ text.footer { paint-order: stroke; } -/* styling for combo tap, and key hold/shifted label text */ -text.combo, text.hold, text.shifted { +/* styling for combo tap, and key non-tap label text */ +text.combo, text.hold, text.shifted, text.left, text.right { font-size: 11px; } @@ -165,12 +165,20 @@ text.shifted { dominant-baseline: hanging; } +text.left { + text-anchor: start; +} + +text.right { + text-anchor: end; +} + text.layer-activator { text-decoration: underline; } /* styling for hold/shifted label text in combo box */ -text.combo.hold, text.combo.shifted { +text.combo.hold, text.combo.shifted, text.combo.left, text.combo.right { font-size: 8px; }