mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-26 19:47:20 +00:00
Make markdown's highlight look the same as tiddlywiki's (#8704)
This commit is contained in:
parent
a687aefbe9
commit
561296db71
@ -295,6 +295,13 @@ kbd {
|
||||
color: <<colour highlight-foreground>>;
|
||||
}
|
||||
|
||||
/* Markdown uses mark element to highlight */
|
||||
|
||||
mark {
|
||||
background: <<colour highlight-background>>;
|
||||
color: <<colour highlight-foreground>>;
|
||||
}
|
||||
|
||||
form.tc-form-inline {
|
||||
display: inline;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user