Skip to content

Commit

Permalink
Update blog-new.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bob308tr authored Nov 30, 2022
1 parent 12fa731 commit b080484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/css/blog-new.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ body.blog-page {
/* Read More */
/* .post-list .post-read-more {display: none;} */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff;background: #222222;}
.post-read-more a.post-read:hover {color: #fff;/*background: #222222;*/text-decoration: none;}
/*@media (max-width: 1200px) {
.blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
Expand Down

0 comments on commit b080484

Please sign in to comment.