From ed9334e8238c80d44928376d681b70fc1ae05061 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 8 Jul 2022 19:50:46 +0300 Subject: [PATCH] update post onhover text style --- theme_nin_night/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme_nin_night/css/style.css b/theme_nin_night/css/style.css index 1820f91..b385b66 100644 --- a/theme_nin_night/css/style.css +++ b/theme_nin_night/css/style.css @@ -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 {