Skip to content

Commit

Permalink
change from gradient to arista dark blue
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Sep 18, 2024
1 parent 7e8a96c commit 6391c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6391c57

Please sign in to comment.