From 60843605889fa9d590ce6c4adc0f3f03f23a55fe Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 7 Sep 2021 07:32:49 +0000 Subject: deprecate the custom highlight [hl] bbcode in favor of [mark] which is a html5 standard --- view/css/bootstrap-red.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/css') diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 0e4b0e8e6..9f03d1b12 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -80,3 +80,7 @@ label { a { text-decoration: none !important; } + +.mark { + background-color: yellow; +} -- cgit v1.2.3