Skip to content

Commit e23f834

Browse files
committed
fix: footer bkgd
1 parent f08ac37 commit e23f834

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dist/core-styles.rt.elevator-light.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/_imports/core-styles.rt.elevator-light.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
/* https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector */
1313
body:not(.darkmode) {
1414

15+
/* To match footer to header */
16+
#footer {
17+
background-color: var(--global-color-primary--xx-dark); /* i.e. #222222 */
18+
}
19+
1520
/* To re-color top-level header link arrows */
1621
#main-navigation .sf-menu.toplevel.sf-arrows > li > a.sf-with-ul::after {
1722
/* https://github.com/bestpractical/rt/blob/rt-5.0.5/share/static/css/elevator-light/nav.css#L367-L392 */

0 commit comments

Comments
 (0)