diff options
author | Thanos Apollo <[email protected]> | 2023-12-28 00:18:46 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-28 00:18:46 +0200 |
commit | f3eb5e06ebc30ceee3093782b3f20d9949ff4559 (patch) | |
tree | 0cefbd87a1b906adfcf7dc21b30c3d758aabb046 /gnosis-faces.el | |
parent | 5e9db3954a1c9714841279eb5f309821cf6235cc (diff) |
faces: Add gnosis-face-direction
Face to for displaying note directions e.g 'correct answer' & 'your answer'
Diffstat (limited to 'gnosis-faces.el')
-rw-r--r-- | gnosis-faces.el | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnosis-faces.el b/gnosis-faces.el index 455eeac..42fadfd 100644 --- a/gnosis-faces.el +++ b/gnosis-faces.el @@ -50,14 +50,9 @@ "Face for section seperator." :group 'gnosis-face) -(defface gnosis-face-correct-answer - '((t :inherit info-xref)) - "Face for section seperator." - :group 'gnosis-face) - -(defface gnosis-face-user-choice +(defface gnosis-face-directions '((t :inherit underline)) - "Face for user choice." + "Face for gnosis directions." :group 'gnosis-face) (defface gnosis-face-correct |