Change color of the preview for the selected item

This commit is contained in:
Frederic Guillot 2013-07-07 11:45:48 -04:00
parent 150f0c30ec
commit 147c92250b

View File

@ -410,6 +410,11 @@ nav .active a {
padding: 3px;
}
.items article:hover .preview,
.items #current-item .preview {
color: #555;
}
/* item */
.item {
padding-left: 5px;