mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 13:12:40 +00:00
Moved codemirror in the shared dir, new codeeditor seems to be working
This commit is contained in:
14
shared/codemirror/mode/tiddlywiki/tiddlywiki.css
vendored
Normal file
14
shared/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