added bold to unread
This commit is contained in:
parent
34453cff32
commit
0f9834f7a0
2 changed files with 5 additions and 3 deletions
|
@ -172,8 +172,8 @@ canvas {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
#list .unread h2 {
|
||||
font-weight: normal;
|
||||
#list li.unread:after {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#full > article {
|
||||
|
|
Reference in a new issue