diff --git a/theme/abcdef.css b/theme/abcdef.css index 142d8137034ba9ffb81891d507c263975f741e4f..7f9d788704efb12d634a7eefe417e4f30ee4ea4a 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; }