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
1 changed files with 9 additions and 4 deletions

View File

@ -36,7 +36,7 @@ a:focus {
}
a:hover {
color: #333;
color: #333;
text-decoration: none;
}
@ -369,8 +369,8 @@ nav .active a {
.items article {
border: 1px dotted #ddd;
margin-bottom: 20px;
padding: 5px;
background-color: #fff;
padding: 5px;
background-color: #fff;
}
.items h2 {
@ -406,10 +406,15 @@ nav .active a {
}
.items #current-item {
border: 3px solid #bce;
border: 3px solid #bce;
padding: 3px;
}
.items article:hover .preview,
.items #current-item .preview {
color: #555;
}
/* item */
.item {
padding-left: 5px;