Browse Source

update post onhover text style

pull/30/head
ghost 2 years ago
parent
commit
ed9334e823
  1. 4
      theme_nin_night/css/style.css

4
theme_nin_night/css/style.css

@ -782,12 +782,12 @@ samp { @@ -782,12 +782,12 @@ samp {
/* line 50, ../sass/_postboard.sass */
.module.open .post, .mini-profile .module.post-area-new .post, #postboard-top .post-area .module.post-area-new .post {
color: #b0b0b0;
color: #d1d2d7;
}
/* line 52, ../sass/_postboard.sass */
.post:hover {
color: #b0b0b0;
color: #d1d2d7;
}
.post.new .post-info-time {

Loading…
Cancel
Save