From bbe09d754aff31df157cb639b8618947c95e0e54 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 18 Jul 2022 07:19:36 -0500 Subject: [PATCH] WIP: Adjust heading faces --- taxy-org-ql-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taxy-org-ql-view.el b/taxy-org-ql-view.el index 9f6b1a4..f19600d 100644 --- a/taxy-org-ql-view.el +++ b/taxy-org-ql-view.el @@ -75,13 +75,13 @@ Inherited by level-specific faces.") (defface org-ql-view-heading-1 `((t (:inherit org-ql-view-heading - :height 1.2 :overline t + :height 1.1 :overline t :background ,(face-background 'header-line)))) "Level-1 group headings.") (defface org-ql-view-heading-2 `((t (:inherit org-ql-view-heading - :height 1.1 :overline t + :height 1.0 :overline nil :background ,(face-background 'header-line)))) "Level-2 group headings.")