Change color of the preview for the selected item
This commit is contained in:
parent
150f0c30ec
commit
147c92250b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user