Skip to content

Commit

Permalink
Make node type a bit larger and black
Browse files Browse the repository at this point in the history
  • Loading branch information
pgiraud committed Feb 8, 2021
1 parent 1afce64 commit 0c2b323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/scss/_plan-node.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ $bg-color: #fff;
overflow: hidden;

h4 {
font-size: $font-size-base;
font-size: $font-size-base + 1;
float: left;
font-weight: 600;
margin: 0;
line-height: inherit;
color: black !important;
}

.node-duration {
Expand Down

0 comments on commit 0c2b323

Please sign in to comment.