reduce opacity of feed title and excerpt to focus on article title
This commit is contained in:
parent
4f08ae7f46
commit
d49fdbdd5e
1 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue