Skip to content

Commit

Permalink
override some Cascade font styling
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Oct 4, 2024
1 parent 5717e44 commit 210e98a
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 210e98a

Please sign in to comment.