From 6391c57d1f080460b3ace33012b00255b9ef6aa8 Mon Sep 17 00:00:00 2001 From: pa Date: Wed, 18 Sep 2024 11:04:40 +0000 Subject: [PATCH] change from gradient to arista dark blue --- docs/assets/stylesheets/extra.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css index eaf46899..91e2414e 100644 --- a/docs/assets/stylesheets/extra.css +++ b/docs/assets/stylesheets/extra.css @@ -28,13 +28,13 @@ filter: contrast(90%); } .md-header { - background: linear-gradient(to right, #16325B, #146095) !important; + background: #16325B !important; } .md-tabs { - background: linear-gradient(to right, #16325B, #146095) !important; + background: #16325B !important; } .md-footer { - background: linear-gradient(to right, #16325B, #146095) !important; + background: #16325B !important; } /* Explicitly set the color for filled buttons */ a.md-button.md-button--primary {