summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis-faces.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnosis-faces.el b/gnosis-faces.el
index 9d8875d..49c99e4 100644
--- a/gnosis-faces.el
+++ b/gnosis-faces.el
@@ -46,10 +46,14 @@
:group 'gnosis-face-faces)
(defface gnosis-face-seperator
- '((t :inherit homoglyph))
+ '((t :inherit warning))
"Face for section seperator."
:group 'gnosis-face)
+(defface gnosis-face-correct-answer
+ '((t :inherit info-xref))
+ "Face for section seperator."
+ :group 'gnosis-face)
(provide 'gnosis-faces)
;;; gnosis-faces.el ends here