move a few things away in to-be-integrated/
[myslice.git] / to-be-integrated / third-party / codemirror-3.15 / mode / tiddlywiki / tiddlywiki.css
diff --git a/to-be-integrated/third-party/codemirror-3.15/mode/tiddlywiki/tiddlywiki.css b/to-be-integrated/third-party/codemirror-3.15/mode/tiddlywiki/tiddlywiki.css
new file mode 100644 (file)
index 0000000..9a69b63
--- /dev/null
@@ -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;
+}