diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 56d559e9e..c795ad362 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -295,6 +295,13 @@ kbd { color: <>; } +/* Markdown uses mark element to highlight */ + +mark { + background: <>; + color: <>; +} + form.tc-form-inline { display: inline; }