From 8477c02f0c4c4bd5257766736635ac9985a7bacd Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Tue, 6 Feb 2024 17:16:44 +0100 Subject: [PATCH] tweaked dark and light themes --- documentation/docs/nym_themes/custom.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/documentation/docs/nym_themes/custom.css b/documentation/docs/nym_themes/custom.css index 1250ecd268..bf9e858278 100644 --- a/documentation/docs/nym_themes/custom.css +++ b/documentation/docs/nym_themes/custom.css @@ -4,11 +4,8 @@ .coal { --sidebar-active: #fb6e4e; - --icons-hover: #fb6e4e; - --links: #fb6e4e; - ::selection { color: #121726; background-color: #fb6e4e; @@ -16,13 +13,14 @@ } .light { + --bg: #D3D3D3; + --fg: #121726; + --sidebar-bg: #D3D3D3; + --sidebar-fg: #121726; --sidebar-active: #fb6e4e; - --icons: #121726; --icons-hover: #fb6e4e; - --links: #fb6e4e; - ::selection { color: #f4f6f8; background-color: #fb6e4e;