Entry view: update .stats margins and color

Decreasing margin of .stats, increasing vertical margin of .stats li,
increasing right margin of material icons and reducing contrast of
material icons.

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2017-09-09 21:35:19 +02:00
parent b9c26b6330
commit 79ea33c9d3

View file

@ -108,12 +108,17 @@
.stats {
font-size: 0.8em;
margin: 8px 15px 5px;
margin: 8px 5px 5px;
li {
display: inline-flex;
vertical-align: middle;
margin: 0 5px;
margin: 3px 5px;
i.material-icons {
color: #3e3e3e;
margin-right: 3px;
}
}
a {