This is an automated email from the ASF dual-hosted git repository.

hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new fdc62ce2 Fix background color from dropdown caret (#355)
fdc62ce2 is described below

commit fdc62ce23ca086ad6a62497d6f35993f1d2837f2
Author: Prakash Kumar <[email protected]>
AuthorDate: Mon Jan 26 12:15:15 2026 +0530

    Fix background color from dropdown caret (#355)
---
 src/css/custom.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/css/custom.css b/src/css/custom.css
index acde1c86..38355612 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -117,7 +117,6 @@
   height: 2px;
   bottom: -4px;
   left: 0;
-  background-color: var(--ifm-color-primary);
   transition: width 0.3s ease;
 }
 

Reply via email to