Skip to content

Commit

Permalink
Merge branch 'dev-setup' into dev-setup-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Oct 4, 2024
2 parents 4a508ad + 210e98a commit 0c9ce7a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion config/style/purdue-cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,20 @@
/* TaxonPages takes over the screen, but that's not good behavior inside a Cascade page. */
height: unset;
min-height: 30rem;
}
}

#app {
/* Cascade has some opinions about spacing, color, and size that don't work well for TaxonPages. */
color: black;
h1, h2, h3, h4, h5, h6 {
font-family: United Sans, Impact, sans-serif;
text-transform: unset;
font-size: unset;
color: black;
margin: unset;
line-height: unset;
}
li, p {
font-weight: 400;
}
}

0 comments on commit 0c9ce7a

Please sign in to comment.