Adjusted face for text entries.
[elpher.git] / 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 '()