From 004f32990373820a0b6f38f4643e64d8a97d4636 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 14 Apr 2023 10:55:15 +0300 Subject: [PATCH] Add yellow-green underline to subtitles via CSS --- src/style.css | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.39.2