Skip to content

Commit

Permalink
Add colors to match Jupyter website (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Jan 3, 2022
1 parent 36610b8 commit 3c8f694
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
/* -- theme ------------------------------------------------------------ */

:root {
/* colors from from https://github.com/jupyter/jupyter.github.io/blob/master/_sass/settings/_colors.scss */
--color-dark-orange: 197, 84, 11;
--color-dark-grey: 77, 77, 77;
--pst-color-link: var(--color-dark-orange);

--pst-color-h1: var(--color-dark-grey);
--pst-color-h2: var(--color-dark-grey);
--pst-color-h3: var(--color-dark-grey);
--pst-color-h4: var(--color-dark-grey);
--pst-color-h5: var(--color-dark-grey);
--pst-color-h6: var(--color-dark-grey);

--pst-color-active-navigation: var(--color-dark-orange);
}

/* -- navbar ------------------------------------------------------------- */

.navbar-brand {
padding: 0.4em;
}

/* -- topics ------------------------------------------------------------- */

div.topic {
Expand Down

0 comments on commit 3c8f694

Please sign in to comment.