Browse Source

fix mentions post time color

pull/30/head
ghost 2 years ago
parent
commit
19e3166fca
  1. 2
      theme_nin_night/css/style.css

2
theme_nin_night/css/style.css

@ -791,7 +791,7 @@ samp { @@ -791,7 +791,7 @@ samp {
}
.post.new .post-info-time {
color: #2b2e35;
color: rgba(255, 255, 255, 0.7);
}
.post.promoted > .post-data .post-text::after {

Loading…
Cancel
Save