From 561296db718f7f2f5493b62d4aa0070868179d3d Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Tue, 29 Oct 2024 20:06:27 +0800 Subject: [PATCH] Make markdown's highlight look the same as tiddlywiki's (#8704) --- themes/tiddlywiki/vanilla/base.tid | 7 +++++++ 1 file changed, 7 insertions(+) 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; }