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.")