adjust splash style

This commit is contained in:
Felix Niklas 2015-10-05 14:54:53 +02:00
parent 0636963338
commit c29a5a2a6d

View file

@ -2136,14 +2136,16 @@ footer {
top: 0;
width: 100%;
height: 100%;
background: hsl(210,17%,98%);
background: hsl(210,0%,98%);
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
color: hsl(0,0%,45%);
.icon {
margin-right: 10px;
filter: grayscale(90%);
}
}