I would like to remove :foreground color specificity from link face so that it displays in the same color as the surrounding face. For example, in the below image, "link" should be brown and "Advanced reactor types" should be white. How to do this?
(custom-theme-set-faces 'user '(org-level-1 ((t (:foreground "systemTealColor" :height 1.15)))) '(org-level-2 ((t (:foreground "systemBrownColor")))) '(link ((t (:weight normal :underline "grey37")))))