aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/emacs.scss
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-23 11:56:44 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-23 11:56:44 +0200
commit306c7f669854dfa7d62a1b10472d3d21f3fcafd4 (patch)
treecbfe9911d823800d8f7bb6b6781d724f44a28407 /stylesheets/emacs.scss
parent84f36bac250d7b7c88a61a3d32c7d0e1e33d06a2 (diff)
downloadjo.mssola.com-306c7f669854dfa7d62a1b10472d3d21f3fcafd4.tar.gz
jo.mssola.com-306c7f669854dfa7d62a1b10472d3d21f3fcafd4.zip
stylesheets: don't color links inside of pre blocks
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'stylesheets/emacs.scss')
-rw-r--r--stylesheets/emacs.scss5
1 files changed, 5 insertions, 0 deletions
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;