From: Eshel Yaron <eshel@areionsec.com> Date: Sat, 7 May 2022 12:49:21 +0000 (+0300) Subject: Change color of <code> text X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1cc1e584c3784cb9d48bc8d75e81846df228802;p=esy-publish.git Change color of <code> text --- diff --git a/dotfiles b/dotfiles index 6710288..00f6006 160000 --- a/dotfiles +++ b/dotfiles @@ -1 +1 @@ -Subproject commit 671028808cacd52a671fa48caec0b015286caa46 +Subproject commit 00f600630987d0840601ae0f04f6bb0e55d04d37 diff --git a/org/modus-operandi-theme.css b/org/modus-operandi-theme.css index 0f3ab0a..289cac9 100644 --- a/org/modus-operandi-theme.css +++ b/org/modus-operandi-theme.css @@ -2255,3 +2255,7 @@ color: #61284f; background-color: #f8ddea; } + +code { + color: #f78fe7; +}