add random color

This commit is contained in:
xmcp
2018-08-21 13:40:42 +08:00
parent 1ac4458223
commit 91c1b5f285
5 changed files with 33 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
width: 100%;
height: 9em;
background-color: rgba(255,255,255,.8);
box-shadow: 0 0 25px #999;
box-shadow: 0 0 25px rgba(0,0,0,.4);
margin-bottom: 1em;
}