Skip to content

Commit

Permalink
Format .css files
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Nov 30, 2023
1 parent 298c1d6 commit 36f3f56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/_static/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,20 @@
--md-primary-fg-color: #EAA915;
--md-accent-fg-color: #EEBA44;
}

[data-md-color-scheme="slate"] .md-header {
background-color: #344FA1;
}

[data-md-color-scheme="slate"] .md-tabs {
background-color: #344FA1;
}

/* @media screen and (max-width: 76.1875em) */
.md-nav--primary .md-nav__title[for=__drawer] {
background-color: #344FA1;
background-color: #344FA1;
}

.md-source {
background-color: #344FA1;
}
Expand All @@ -39,6 +42,7 @@
.sig-param a.reference span .pre {
color: var(--md-code-hl-generic-color);
}

.sig-param a.reference span .pre:hover {
color: var(--md-accent-fg-color);
}
Expand Down

0 comments on commit 36f3f56

Please sign in to comment.