Add ReasonLIGO specific css.
This commit is contained in:
parent
1cbf828bdb
commit
aa52136b8a
@ -939,3 +939,18 @@ a:hover {
|
||||
width: 15em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* ReasonLIGO specific syntax highlighting */
|
||||
.language-reasonligo .hljs-operator {
|
||||
color: #a626a4;
|
||||
}
|
||||
.language-reasonligo .hljs-character {
|
||||
color: #50a14f;
|
||||
}
|
||||
.language-reasonligo .hljs-module-identifier {
|
||||
color: #4078f2;
|
||||
}
|
||||
.language-reasonligo .hljs-constructor {
|
||||
color: #e45649;
|
||||
}
|
Loading…
Reference in New Issue
Block a user