diff --git a/blocks/header/header.css b/blocks/header/header.css index 03b22a86..c3c9cfdd 100644 --- a/blocks/header/header.css +++ b/blocks/header/header.css @@ -227,10 +227,6 @@ header nav .nav-sections > ul > li { margin: auto 0; } -header nav .nav-sections > ul > li:last-child { - white-space: normal; -} - header nav .nav-sections ul > li[aria-expanded="true"] { background-color: var(--background-color-secondary); } @@ -257,6 +253,10 @@ header nav .nav-sections ul > li > ul > li { font-size: 1rem; } +header nav .nav-sections > ul > li:last-child { + white-space: normal; +} + header nav .nav-sections ul > li > ul > li > a { padding: 6px 36px; } diff --git a/styles/styles.css b/styles/styles.css index ccef8af7..116f2794 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -364,11 +364,6 @@ main .section.teal-bg, main .section.teal { color: white; } -main .section.teal-bg, main .section.teal h4 { - color: white; -} - - main .section.gray-bg, main .section.lightcool, main .section.lightgray { background-color: #e7e9ea; } @@ -416,6 +411,10 @@ body.blog-index main h1, body.blog-index main h2, body.blog-index main h3, body. text-align: left; } +main .section.teal-bg, main .section.teal h4 { + color: white; +} + body.blog-post main h1 { font-size: 2.1875rem; line-height: 2.813rem;