mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 03:18:02 +00:00
Make markdown's highlight look the same as tiddlywiki's (#8704)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user