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;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
|
||||||
|
|
||||||
#list p {
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
display: block;
|
display: block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
opacity: .6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#list h2 {
|
#list h2 {
|
||||||
|
|
Reference in a new issue