aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-question-print.el')
-rw-r--r--sx-question-print.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/sx-question-print.el b/sx-question-print.el
index d76a6df..3dcb4ae 100644
--- a/sx-question-print.el
+++ b/sx-question-print.el
@@ -139,7 +139,10 @@ the editor's name."
:group 'sx-question-mode)
(defface sx-question-mode-accepted
- '((t :foreground "ForestGreen" :inherit sx-question-mode-title))
+ '((((background dark)) :foreground "LimeGreen"
+ :height 1.3 :inherit sx-question-mode-title)
+ (((background light)) :foreground "ForestGreen"
+ :height 1.3 :inherit sx-question-mode-title))
"Face used for accepted answers in the question buffer."
:group 'sx-question-mode-faces)