Skip to content

Commit

Permalink
chore: Make bold text more pronounced
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Nov 21, 2024
1 parent a35b9da commit ce5688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansi.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (p *dispatcher) CsiDispatch(s ansi.CsiSequence) {
case 0:
reset()
case 1:
span.CreateAttr("font-weight", "bold")
span.CreateAttr("font-weight", "bolder")
p.lines[p.row].AddChild(span)
case 9:
span.CreateAttr("text-decoration", "line-through")
Expand Down

0 comments on commit ce5688b

Please sign in to comment.