1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-01 11:35:25 +02:00
documize/gui/public/codemirror/mode/tiddlywiki/tiddlywiki.css

15 lines
220 B
CSS
Raw Normal View History

2016-07-07 18:54:16 -07:00
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;
}