Changed no content icon color #347
This commit is contained in:
parent
41a7ec8cb0
commit
0b8ab8e15f
BIN
dist/main.css
vendored
BIN
dist/main.css
vendored
Binary file not shown.
@ -210,17 +210,17 @@
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
color: black(.9);
|
color: white(.35);
|
||||||
text-shadow: 0 1px 0 white(.03);
|
text-shadow: 0 -1px 0 black(.4);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transform: translateX(-50%) translateY(-50%);
|
transform: translateX(-50%) translateY(-50%);
|
||||||
|
|
||||||
.iconic {
|
.iconic {
|
||||||
fill: black(.9);
|
fill: white(.3);
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
filter: drop-shadow(0 1px 0 white(.03));
|
filter: drop-shadow(0 -1px 0 black(.4));
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
Loading…
Reference in New Issue
Block a user