Patch Realtime into CodeMirror in CryptPad

This commit is contained in:
Yann Flory
2015-11-25 09:48:30 +01:00
parent 05ce2695b2
commit 32f44161a7
721 changed files with 148708 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
span.cm-underlined {
text-decoration: underline;
}
span.cm-strikethrough {
text-decoration: line-through;
}
span.cm-brace {
color: #170;
font-weight: bold;
}
span.cm-table {
color: blue;
font-weight: bold;
}