rename class: page-bg -> body-bg

This commit is contained in:
Ray Elliott 2020-03-31 10:42:49 +00:00
parent b5e34b7d7f
commit 7e591cbed0
2 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<header class="header">
<div class="l-underlay page-bg header-bg"></div>
<div class="l-underlay body-bg header-bg"></div>
<div class="l-wrapper">
<nav class="nav">
<ul class="l-flex-list-row nav__item">

View File

@ -67,6 +67,12 @@ html.is-animating .transition-fade {
.nav-item {
}
// footer
.footer {
position: relative;
}
// hero
.hero-bg {
@ -91,8 +97,8 @@ html.is-animating .transition-fade {
text-transform: capitalize;
}
.page-bg {
background-color: var(--color__bg);
.body-bg {
background-color: var(--color-bg);
}
// vim:set filetype=scss: