diff --git a/config/style/purdue-cascade.css b/config/style/purdue-cascade.css index ee161d1..0554e69 100644 --- a/config/style/purdue-cascade.css +++ b/config/style/purdue-cascade.css @@ -8,4 +8,20 @@ /* TaxonPages takes over the screen, but that's not good behavior inside a Cascade page. */ height: unset; min-height: 30rem; -} \ No newline at end of file +} + +#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; + } +}