Skip to content

Commit

Permalink
Remove underline from whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored and AA-Turner committed Jan 8, 2024
1 parent 33826fc commit b602502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alabaster/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Alabaster(Style):
styles = {
# No corresponding class for the following:
# Text: "", # class: ''
Whitespace: "underline #f8f8f8", # class: 'w'
Whitespace: "#f8f8f8", # class: 'w'
Error: "#a40000 border:#ef2929", # class: 'err'
Other: "#000000", # class 'x'
Comment: "italic #8f5902", # class: 'c'
Expand Down

0 comments on commit b602502

Please sign in to comment.