Skip to content

Commit

Permalink
css fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jan 12, 2025
1 parent 015bd49 commit ef2a3de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions figuro/common/nodes/csstheme.nim
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ proc apply*(prop: CssProperty, node: Figuro) =
if child of Text:
child.fill = c
of "background":
if evHover in node.events:
discard
else:
node.fill = c
node.fill = c
of "border-color":
node.stroke.color = c
else:
Expand Down

0 comments on commit ef2a3de

Please sign in to comment.