Skip to content

Commit

Permalink
fix: footer bkgd
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jan 22, 2024
1 parent f08ac37 commit b915a88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/core-styles.rt.elevator-light.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/lib/_imports/core-styles.rt.elevator-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
/* https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector */
body:not(.darkmode) {

/* To match footer to header */
#footer {
background-color: var(--global-color--primary--xx-dark); /* i.e. #222222 */
}

/* To re-color top-level header link arrows */
#main-navigation .sf-menu.toplevel.sf-arrows > li > a.sf-with-ul::after {
/* https://github.com/bestpractical/rt/blob/rt-5.0.5/share/static/css/elevator-light/nav.css#L367-L392 */
Expand Down

0 comments on commit b915a88

Please sign in to comment.