Skip to content

Commit

Permalink
Merge branch 'dev-setup' into setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Oct 11, 2024
2 parents 17c9b79 + a1e6262 commit e396c84
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions config/style/purdue-cascade.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#main-content #app header:is(.flex) {
/* Cascade has its own page header, so hide the TaxonPages header.
* Even if we remove the header from the Vue app, a placeholder will be added. */
display: none;
}

#main-content #app .h-screen {
/* 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;
}
a {
text-decoration: unset;
}
}

0 comments on commit e396c84

Please sign in to comment.