From 2392367efc3d149f4e0a392222db7eb721a3635c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 4 Jun 2024 11:20:59 -0700 Subject: [PATCH] Set primary color --- doc/fmt.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/fmt.css b/doc/fmt.css index 3ad561d6..3cd92f9b 100644 --- a/doc/fmt.css +++ b/doc/fmt.css @@ -1,3 +1,7 @@ +:root { + --md-primary-fg-color: #0065C9; +} + .md-grid { max-width: 960px; }