[SOLVED for Org 9.5] Disable background fill for links in org-headings

Thanks a lot for the awesome theme!

I noticed that if the org heading is also a link, it isn't displayed very nice. Is there anything I can tweak? Screenshot below.

Screen_Shot_2020-04-24_at_4.58.01

My config:

(use-package! modus-operandi-theme
  :init
  ;; disabled
  (setq modus-operandi-theme-rainbow-headings nil)
  (setq modus-operandi-theme-proportional-fonts nil)
  (setq modus-operandi-theme-scale-headings nil)
  ;; enabled
  (setq modus-operandi-theme-slanted-constructs t
        modus-operandi-theme-bold-constructs t
        modus-operandi-theme-visible-fringes t
        modus-operandi-theme-3d-modeline t
        modus-operandi-theme-subtle-diffs t
        modus-operandi-theme-distinct-org-blocks t
        modus-operandi-theme-section-headings t
        modus-operandi-theme-scale-1 1.05
        modus-operandi-theme-scale-2 1.1
        modus-operandi-theme-scale-3 1.15
        modus-operandi-theme-scale-4 1.2)
  :ensure t)
Edited by Protesilaos Stavrou