Skip to content

Commit

Permalink
Merge pull request #20 from czi-catalystproject/styling
Browse files Browse the repository at this point in the history
Styling to match logo
  • Loading branch information
jnywong authored Mar 23, 2024
2 parents 6569fdc + d4d09a2 commit cf35752
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions catalystbook/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
body {
--sd-color-primary: #59981a;
--sd-color-primary-highlight: #e89217;
--pst-color-link: #59981a;

--pst-font-family-heading: Roboto, var(--pst-font-family-base-system);
}

nav.bd-links .current > a {
color: var(--sd-color-primary);
box-shadow: inset max(3px,.1875rem,.12em) 0 0 var(--sd-color-primary);
}

.toc-entry a.nav-link.active {
color: var(--sd-color-primary);
box-shadow: inset max(3px,.1875rem,.12em) 0 0 var(--sd-color-primary);
}

0 comments on commit cf35752

Please sign in to comment.