diff website/www/conf.py @ 6773:339805c4a85b

Pygments has poor code block contrast outout using sphinx style. Change to borland theme. This eliminated 68 poor contrast (< AA) examples on upgrading.html. Even more on other pages. axe DevTools is now happier. Borland theme/style doesn't color the bacground of the code blocks, so set to lightyellow in style.css. This still allows good contrast.
author John Rouillard <rouilj@ieee.org>
date Tue, 12 Jul 2022 14:16:58 -0400
parents d93b441ee778
children d669f96dc580
line wrap: on
line diff
--- a/website/www/conf.py	Mon Jul 11 13:48:15 2022 -0400
+++ b/website/www/conf.py	Tue Jul 12 14:16:58 2022 -0400
@@ -92,7 +92,7 @@
 #show_authors = False
 
 # The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'borland'
 
 
 # Options for HTML output

Roundup Issue Tracker: http://roundup-tracker.org/