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;