background color

This commit is contained in:
cupcakearmy 2019-05-03 09:26:55 +02:00
parent 28fc8c1d97
commit a831d3f01a

View File

@ -70,6 +70,7 @@ hr {
height: 100vh; height: 100vh;
position: fixed; position: fixed;
overflow-x: auto; overflow-x: auto;
background-color: var(--clr-white);
} }
.view { .view {