From 306c7f669854dfa7d62a1b10472d3d21f3fcafd4 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 23 Apr 2020 11:56:44 +0200 Subject: stylesheets: don't color links inside of pre blocks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- stylesheets/emacs.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stylesheets/emacs.scss') diff --git a/stylesheets/emacs.scss b/stylesheets/emacs.scss index 7a269b9..a0807b3 100644 --- a/stylesheets/emacs.scss +++ b/stylesheets/emacs.scss @@ -35,6 +35,11 @@ kbd { overflow-x: scroll; } +.org-src-container .src-text a { + color: #505050; + font-style: normal; +} + .todo { color: #223fbf; font-style: normal; -- cgit v1.2.3