Adjusted face for text entries.
authorTim Vaughan <tgvaughan@gmail.com>
Sat, 27 Apr 2019 11:51:30 +0000 (13:51 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Sat, 27 Apr 2019 11:51:30 +0000 (13:51 +0200)
elopher.el

index 1502782..a84117b 100644 (file)
@@ -60,8 +60,8 @@
   "Face used for index records.")
 
 (defface elopher-text
-  '((default :weight bold)
-    (((background dark)) :foreground "white"))
+  '((((background dark)) :foreground "white")
+    (((background light)) :weight bold))
   "Face used for text records.")
 
 (defface elopher-info '()