From: Eshel Yaron Date: Wed, 16 Aug 2023 21:15:49 +0000 (+0200) Subject: Highlight 'samp' HTML text. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39fe659ae22283c742bdabffc30bc39bb07c8946;p=esy-publish.git Highlight 'samp' HTML text. --- 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; +}