From 684c7d901ed8864dc4fdad4c1d145e8294881b43 Mon Sep 17 00:00:00 2001 From: jakubabrzy <jakubb@spacelift.io> Date: Tue, 19 Sep 2023 09:30:14 +0200 Subject: [PATCH] remove leftover --- src/css/custom.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index 5ec5b85b..5aab7356 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -23,7 +23,6 @@ html[data-theme="dark"] { --ifm-font-color-base: theme("colors.gray.50"); --ifm-navbar-search-input-placeholder-color: theme("colors.gray.500"); --ifm-card-background-color: theme("colors.blue.900"); - --docsearch-primary-color: theme("colors.blue.900"); } html[data-theme="light"] {