1
0
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:
Leilei332 2024-10-29 20:06:27 +08:00 committed by GitHub
parent a687aefbe9
commit 561296db71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}