]> git.eshelyaron.com Git - esy-publish.git/commitdiff
Change color of <code> text
authorEshel Yaron <eshel@areionsec.com>
Sat, 7 May 2022 12:49:21 +0000 (15:49 +0300)
committerEshel Yaron <eshel@areionsec.com>
Sat, 7 May 2022 12:49:21 +0000 (15:49 +0300)
dotfiles
org/modus-operandi-theme.css

index 671028808cacd52a671fa48caec0b015286caa46..00f600630987d0840601ae0f04f6bb0e55d04d37 160000 (submodule)
--- a/dotfiles
+++ b/dotfiles
@@ -1 +1 @@
-Subproject commit 671028808cacd52a671fa48caec0b015286caa46
+Subproject commit 00f600630987d0840601ae0f04f6bb0e55d04d37
index 0f3ab0a4e844ea8e8f26ddb5d7a10900d0770675..289cac9eba8634a159995bc7db70f24d71f719d0 100644 (file)
   color: #61284f;
   background-color: #f8ddea;
 }
+
+code {
+    color: #f78fe7;
+}