]> git.eshelyaron.com Git - esy-publish.git/commitdiff
Highlight 'samp' HTML text.
authorEshel Yaron <me@eshelyaron.com>
Wed, 16 Aug 2023 21:15:49 +0000 (23:15 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 16 Aug 2023 21:15:49 +0000 (23:15 +0200)
source/style.css

index 35f31e26e8f20045bc46b21e30b13fa37fcab347..583820974f32709f982d2f0a91ddc2855edafb72 100644 (file)
@@ -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;
+}