]> git.eshelyaron.com Git - esy-publish.git/commitdiff
Add yellow-green underline to subtitles via CSS
authorEshel Yaron <me@eshelyaron.com>
Fri, 14 Apr 2023 07:55:15 +0000 (10:55 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 14 Apr 2023 07:55:48 +0000 (10:55 +0300)
src/style.css

index b0e7ae09ba42e1e02068bd9b095cdaeaf6009842..1a5f10495242698ab9eab7b75c9421a5574c880b 100644 (file)
@@ -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;
 }