From 0cb04094a9ed1626639e408aa16a9e59b4c00e81 Mon Sep 17 00:00:00 2001
From: Ekwuno <obinnacodes@gmail.com>
Date: Thu, 3 Mar 2022 14:53:22 +0000
Subject: [PATCH] Update color code

---
 static/style.css | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/static/style.css b/static/style.css
index a0aa6b97d..c0edb2272 100644
--- a/static/style.css
+++ b/static/style.css
@@ -4226,21 +4226,21 @@ blockquote .DocsMarkdown--header-anchor-positioner {
   }
 }
 [theme="dark"] .DocsMarkdown td > a {
-  color: var(--orange);
+  color: var(--code-orange);
 }
 
 [theme="light"] .DocsMarkdown td > a {
-  color: var(--orange);
+  color: var(--code-orange);
 }
 
 [theme="dark"] .DocsMarkdown td > strong > a {
-  color: var(--orange);
+  color: var(--code-orange);
 }
 
 [theme="light"] .DocsMarkdown--aside > p > a {
-  color: var(--orange);
+  color: var(--code-orange);
 }
 
 [theme="dark"] .DocsMarkdown--aside > p > a {
-  color: var(--orange);
+  color: var(--code-orange);
 }
\ No newline at end of file
-- 
GitLab