Change color of the preview for the selected item
This commit is contained in:
parent
150f0c30ec
commit
147c92250b
@ -410,6 +410,11 @@ nav .active a {
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.items article:hover .preview,
|
||||||
|
.items #current-item .preview {
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
|
||||||
/* item */
|
/* item */
|
||||||
.item {
|
.item {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user