Skip to content

Commit

Permalink
Merge pull request pillar-markup#701 from hernanmd/fix_md_bg_monospace
Browse files Browse the repository at this point in the history
Make monospace text readable again
  • Loading branch information
Ducasse authored Apr 6, 2024
2 parents 5fed492 + aea52a4 commit 4734dd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Microdown-RichTextComposer/MicTextStyler.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ MicTextStyler >> interBlockSpacing [

{ #category : 'composer styles' }
MicTextStyler >> monospaceBackgroundColor [
^ Smalltalk ui theme settings windowColor

^ Color transparent alpha: 0.01
]

{ #category : 'canvas styles' }
Expand Down

0 comments on commit 4734dd7

Please sign in to comment.