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

@@ -3,13 +3,13 @@
border-radius: 5px;
margin: 1em 0;
padding: .5em;
box-shadow: 0 5px 20px #999;
box-shadow: 0 5px 20px rgba(0,0,0,.4);
}
.flow-item {
flex: 0 0 600px;
}
:not(.sidebar-flow-item) .flow-reply {
.left-container .flow-reply {
flex: 0 0 300px;
max-height: 15em;
margin-left: -5px;
@@ -66,8 +66,4 @@
.box-id {
font-family: Consolas, Courier, monospace;
opacity: .6;
}
.flow-reply-gray {
background-color: #eee;
}