Skip to content

Commit

Permalink
set button color to arista dark blue
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchV85 authored Oct 9, 2024
1 parent 9bf297f commit 56dbf3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
/* Explicitly set the color for filled buttons */
a.md-button.md-button--primary {
background-color: #4473a9 !important;
background-color: #16325B !important;
}
[data-md-color-scheme="slate"] {
/* Arista True Black as dark mode background */
Expand All @@ -56,4 +56,4 @@
--md-primary-fg-color--dark: #16325B;
--md-primary-fg-color--light: #16325B;
--md-primary-fg-color: #16325B;
}
}

0 comments on commit 56dbf3b

Please sign in to comment.