From e1cc1e584c3784cb9d48bc8d75e81846df228802 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 7 May 2022 15:49:21 +0300 Subject: [PATCH] Change color of text --- dotfiles | 2 +- org/modus-operandi-theme.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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; +} -- 2.39.5