You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
268 B
CSS

.blue .cm-line.HyperMD-codeblock{
background-color: #daedfc;
}
.red .cm-line.HyperMD-codeblock {
background-color: #ffe2df;
}
.green .cm-line.HyperMD-codeblock {
background-color: #e0fff4;
}
.yellow .cm-line.HyperMD-codeblock {
background-color: #fffede;
}