color fix

This commit is contained in:
sakrecoer 2020-08-03 21:45:26 +02:00
parent bafff0e0dc
commit e81f0ace73

View file

@ -32,7 +32,7 @@ body {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
flex-direction: row; flex-direction: row;
align-content: flex-end; align-content: center;
background-color: _palette(bg); background-color: _palette(bg);
justify-content: center; justify-content: center;
background-size: cover; background-size: cover;
@ -68,7 +68,7 @@ body {
background-repeat: repeat-x; background-repeat: repeat-x;
background-position: bottom; background-position: bottom;
z-index: 1; z-index: 1;
background-color: _palette(border-alt);
} }
} }