summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 532b6c7..70ffab3 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -193,7 +193,9 @@ Seperate the question/stem from options."
:group 'gnosis-face-faces)
(defface gnosis-face-separator
- '((t :inherit warning))
+ '((default :inherit org-hide)
+ (((background light)) :strike-through "gray70")
+ (t :strike-through "gray30"))
"Face for section separator."
:group 'gnosis-face)