Skip to content

Commit

Permalink
add .ro
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Oct 21, 2024
1 parent a23e4d2 commit c37355c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,10 @@ draw_config:
# Custom CSS
svg_style: |
/* inherit to force styles through use tags */
/* a lot lifted from https://github.com/minusfive/zmk-config */
svg path {
fill: inherit;
}
Expand Down Expand Up @@ -627,11 +630,13 @@ draw_config:
font-kerning: normal;
text-rendering: optimizeLegibility;
fill: var(--color--text);
/*
background-color: var(--color--bg);
background-image: var(--logo-path);
background-repeat: no-repeat;
background-position: var(--logo-position);
background-size: var(--logo-size) auto;
*/
}
rect,
Expand Down

0 comments on commit c37355c

Please sign in to comment.