reduce opacity of feed title and excerpt to focus on article title

This commit is contained in:
Jan-Christoph Borchardt 2013-09-22 14:53:40 +02:00
parent 4f08ae7f46
commit d49fdbdd5e

View file

@ -171,14 +171,12 @@ canvas {
margin: 0;
padding: 0;
font-size: 0.8em;
}
#list p {
font-weight: normal;
text-overflow: ellipsis;
display: block;
white-space: nowrap;
overflow: hidden;
opacity: .6;
}
#list h2 {