Improve ReasonLIGO syntax highlighting CSS.

This commit is contained in:
Sander 2019-12-11 17:05:24 +00:00
commit 4fcbceef5d

View File

@ -949,8 +949,8 @@ a:hover {
color: #50a14f; color: #50a14f;
} }
.language-reasonligo .hljs-module-identifier { .language-reasonligo .hljs-module-identifier {
color: #4078f2; color: #00f;
} }
.language-reasonligo .hljs-constructor { .language-reasonligo .hljs-constructor {
color: #e45649; color: #a31515;
} }