summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/mode/tiddlywiki/tiddlywiki.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/mode/tiddlywiki/tiddlywiki.css')
-rw-r--r--public/vendor/codemirror/mode/tiddlywiki/tiddlywiki.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/public/vendor/codemirror/mode/tiddlywiki/tiddlywiki.css b/public/vendor/codemirror/mode/tiddlywiki/tiddlywiki.css
deleted file mode 100644
index 9a69b639..00000000
--- a/public/vendor/codemirror/mode/tiddlywiki/tiddlywiki.css
+++ /dev/null
@@ -1,14 +0,0 @@
-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;
-}