modify some styles: remove redundancy css, remove hover styles on date tags, remove animation when post item hover in arcigves page

feature/cover-image
nodejh 7 years ago
parent 5a93150002
commit 6dc0f3ee34

@ -244,7 +244,7 @@ nav.main-nav a.cta {
/*Accent color*/
a, #title, #post-list a:hover, #post-list li:hover .dates, #title:hover {
a, #title, #post-list a:hover, #title:hover {
text-decoration: none;
color: #5badf0;
color: #5694f1;
@ -790,7 +790,7 @@ h2.month {
}
.archive .post-item {
padding: 10px 10px;
padding: 10px 0px;
overflow-x: hidden;
white-space:nowrap;
}
@ -798,7 +798,7 @@ h2.month {
.archive .post-time {
display: inline-block;
width: 60px;
margin: 0 10px;
margin: 0;
color: #8a8a8a;
}
@ -817,10 +817,9 @@ h2.month {
.archive .post-item:hover {
color: #5694f1;
padding-left: 13px;
transition: 0.3s ease-out;
}
.archive .post-item:hover .post-time,.archive .post-item:hover .post-link {
.archive .post-item:hover .post-link {
color: #5694f1;
}

Loading…
Cancel
Save