From: Eshel Yaron Date: Fri, 14 Apr 2023 07:55:15 +0000 (+0300) Subject: Add yellow-green underline to subtitles via CSS X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=004f32990373820a0b6f38f4643e64d8a97d4636;p=esy-publish.git Add yellow-green underline to subtitles via CSS --- diff --git a/src/style.css b/src/style.css index b0e7ae0..1a5f104 100644 --- a/src/style.css +++ b/src/style.css @@ -306,5 +306,7 @@ Generated with `M-x org-html-htmlize-generate-css` after loading the } .subtitle { + text-decoration-line: underline; + text-decoration-color: #9acd32; font-style: italic; }