change shadow gray to black

This commit is contained in:
2018-03-24 22:50:59 +08:00
parent 9ed219772c
commit 7561dee394

View File

@ -9,7 +9,7 @@ body {
border-radius: 2em; border-radius: 2em;
background-color: white; background-color: white;
opacity: 0.87; opacity: 0.87;
box-shadow: 0px 0px 12px gray; box-shadow: 0px 0px 12px black;
} }
#title { #title {