diff options
Diffstat (limited to 'sx-question-print.el')
-rw-r--r-- | sx-question-print.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index 096586a..90a03fb 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -555,11 +555,11 @@ font-locks code-blocks according to mode." (defface sx-question-mode-kbd-tag '((((background dark)) :height 0.9 - :weight semibold + :weight semi-bold :box (:line-width 3 :style released-button :color "gray30")) (((background light)) :height 0.9 - :weight semibold + :weight semi-bold :box (:line-width 3 :style released-button :color "gray70"))) "Face used on <kbd> tags." :group 'sx-question-mode-faces) |