From 39fe659ae22283c742bdabffc30bc39bb07c8946 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 16 Aug 2023 23:15:49 +0200 Subject: [PATCH] Highlight 'samp' HTML text. --- source/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/style.css b/source/style.css index 35f31e2..5838209 100644 --- a/source/style.css +++ b/source/style.css @@ -325,3 +325,7 @@ Generated with `M-x org-html-htmlize-generate-css` after loading the font-style: italic; font-size: smaller; } + +samp { + color: #00c089; +} -- 2.39.2