From b62924237dce61ba5f8e799a434b2d82747876ac Mon Sep 17 00:00:00 2001 From: "amshali@google.com" <amshali@google.com> Date: Wed, 30 Sep 2015 18:15:22 -0700 Subject: [PATCH] [abcdef theme] Change link color to blueviolet ...because the original blue on black background is difficult to read. --- theme/abcdef.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/abcdef.css b/theme/abcdef.css index 142d81370..7f9d78870 100644 --- a/theme/abcdef.css +++ b/theme/abcdef.css @@ -27,6 +27,6 @@ .cm-s-abcdef span.cm-attribute { color: #DDFF00; } .cm-s-abcdef span.cm-error { color: #FF0000; } .cm-s-abcdef span.cm-header { color: aquamarine; font-weight: bold; } -.cm-s-abcdef span.cm-link { color: blue; } +.cm-s-abcdef span.cm-link { color: blueviolet; } .cm-s-abcdef .CodeMirror-activeline-background { background: #314151; } -- GitLab