1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-01 03:25:25 +02:00
documize/gui/public/codemirror/mode/tiddlywiki/tiddlywiki.css
2017-07-19 14:48:33 +01:00

14 lines
220 B
CSS
Executable file

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;
}