color fix
This commit is contained in:
parent
bafff0e0dc
commit
e81f0ace73
|
@ -32,7 +32,7 @@ body {
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
align-content: flex-end;
|
||||
align-content: center;
|
||||
background-color: _palette(bg);
|
||||
justify-content: center;
|
||||
background-size: cover;
|
||||
|
@ -68,7 +68,7 @@ body {
|
|||
background-repeat: repeat-x;
|
||||
background-position: bottom;
|
||||
z-index: 1;
|
||||
|
||||
background-color: _palette(border-alt);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue