From b6025022837c71a56579c64a7454c8345f00e3ce Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Thu, 20 Jan 2022 22:15:39 +0000 Subject: [PATCH] Remove underline from whitespace --- alabaster/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alabaster/support.py b/alabaster/support.py index ba8d190..3b2ce04 100644 --- a/alabaster/support.py +++ b/alabaster/support.py @@ -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'