From c5e5ad493672f67b1cd26d026d437d5902ea8f12 Mon Sep 17 00:00:00 2001 From: David Starr Date: Wed, 21 Aug 2024 10:50:41 -0700 Subject: [PATCH] updated nav CSS for darker headers --- docs/stylesheets/extra.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 4df6329b3..7533d2cf5 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -170,6 +170,7 @@ footer .container .col-2 img{ align-items:end; } -.md-nav__title{ - display: none; -} \ No newline at end of file +.md-nav__link { + color: #0078D4; +} +