adjust splash style
This commit is contained in:
parent
0636963338
commit
c29a5a2a6d
1 changed files with 3 additions and 1 deletions
|
@ -2136,14 +2136,16 @@ footer {
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: hsl(210,17%,98%);
|
background: hsl(210,0%,98%);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
color: hsl(0,0%,45%);
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
filter: grayscale(90%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue