Index: sbbs.el ================================================================== --- sbbs.el +++ sbbs.el @@ -61,12 +61,12 @@ '((((background light)) :background "black" :foreground "white") (((background dark)) :background "white" :foreground "black")) "Face for spoiler text in threads.") (defface sbbs--code-face - '((((background light)) :background "gray89") - (((background dark)) :background "gray11")) + '((((background light)) :background "gray89" :extend t) + (((background dark)) :background "gray11" :extend t)) "Face for code blocks in threads.") ;; VARIABLES (defvar-local sbbs--board nil