From 51e664d8e826e7f0aa467c000f3a1707fc283a36 Mon Sep 17 00:00:00 2001 From: Suneet Tipirneni <77477100+suneettipirneni@users.noreply.github.com> Date: Sun, 29 May 2022 19:18:39 -0400 Subject: [PATCH] fix(docs-site): website link colors (#457) --- website/src/css/custom.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/src/css/custom.scss b/website/src/css/custom.scss index 18a13b4a..fdad6eb3 100644 --- a/website/src/css/custom.scss +++ b/website/src/css/custom.scss @@ -19,8 +19,6 @@ --ifm-menu-link-sublist-icon-filter: invert(100%) sepia(94%) saturate(17%) hue-rotate(223deg) brightness(104%) contrast(98%); --ifm-navbar-height: 64px; --ifm-navbar-link-color: #e5e7eb; - --ifm-link-hover-color: #e5e7eb; - --ifm-link-color: #e5e7eb; --ifm-navbar-link-active-color: #e5e7eb; --ifm-navbar-link-hover-color: #e5e7eb; --ifm-font-weight-semibold: 700;