From a356ffb4024308cbc4ec53acfc986febcb2a945e Mon Sep 17 00:00:00 2001 From: Naomi Date: Thu, 27 Jun 2024 13:00:51 -0700 Subject: [PATCH] feat: new colour --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index b4ebb93..6abf751 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,10 +19,10 @@ --base-color: #3a3240; --heading-color: #3a3240; --base-background-color: #fff; - --sidebar-background: #aea8d3dd; + --sidebar-background: #abfcecdd; --sidebar-nav-link-color: #3a3240; --code-inline-background: #3a3240; - --table-row-odd-background: #aea8d3; + --table-row-odd-background: #abfcec; } body::before { @@ -55,7 +55,7 @@ } .markdown-section { - background: #aea8d3ee; + background: #abfceccc; } Naomi's Documentation