From 29ac7b3fcf395d1f64864a2b417a658aa8b0c755 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Tue, 9 Jul 2024 12:02:55 -0700 Subject: [PATCH] MNT: Fix icon color with new theme version --- docs/_static/theme-unidata.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/theme-unidata.css b/docs/_static/theme-unidata.css index 8e538d7bc2c..483ac5b8fe2 100644 --- a/docs/_static/theme-unidata.css +++ b/docs/_static/theme-unidata.css @@ -19,7 +19,7 @@ html { .bd-header .navbar-nav>.nav-item>.nav-link, .bd-header .dropdown-toggle, -.bd-header .fa-solid, +.bd-header .pst-navbar-icon, .bd-header .btn { color: #fff !important; }