mirror of
https://github.com/dyzulk/raisen-app.git
synced 2026-01-27 07:05:31 +07:00
first commit
This commit is contained in:
14
vendor/template/plugins/codemirror/mode/tiddlywiki/tiddlywiki.css
vendored
Normal file
14
vendor/template/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