From 13ba557bc63521e2f19f9a8b875996d99390963f Mon Sep 17 00:00:00 2001 From: Steve Richards Date: Fri, 30 Oct 2020 19:48:20 +0000 Subject: [PATCH] Hardcode the accent colour to the Lens Blue --- docs/stylesheets/extra.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 6b6320a573..f727034bbd 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,5 +1,6 @@ :root { --md-primary-fg-color: #3d90ce; + --md-accent-fg-color: #3d90ce; } :root > * {