aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-29 02:27:42 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-29 02:27:42 +0000
commitbc3c636962b9be1bed905150cb6161acddfe19e1 (patch)
tree7e4d02934bad4f3cc1730f3d586b80f88faa366b
parent6a58d6da301540de5a33a05d95eea1d6aed41553 (diff)
Tweak section header face.
-rw-r--r--sx-question-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index d58f3d5..21b6d40 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -97,12 +97,12 @@ If WINDOW is given, use that to display the buffer."
:group 'sx-question-mode-faces)
(defface sx-question-mode-title
- '((t :height 1.3 :weight bold :inherit default))
+ '((t :weight bold :inherit default))
"Face used on the question title in the question buffer."
:group 'sx-question-mode-faces)
(defface sx-question-mode-title-comments
- '((t :height 1.1 :inherit sx-question-mode-title))
+ '((t :inherit sx-question-mode-title))
"Face used on the question title in the question buffer."
:group 'sx-question-mode-faces)