commitall
This commit is contained in:
14
account/theme/pages/plugins/codemirror/mode/tiddlywiki/tiddlywiki.css
vendored
Normal file
14
account/theme/pages/plugins/codemirror/mode/tiddlywiki/tiddlywiki.css
vendored
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user