diff --git a/css/style.css b/css/style.css index 3c39426..8a5b111 100644 --- a/css/style.css +++ b/css/style.css @@ -954,10 +954,11 @@ ol.toptrends-list { transition: background .1s linear; -moz-transition: background .1s linear; } -.post.new -{ - background: #F7F8E0; + +.post.new { + background-color: #FFFFED; } + .post.open { margin: 10px 0; diff --git a/theme_calm/css/style.css b/theme_calm/css/style.css index 5cc723b..67791ca 100644 --- a/theme_calm/css/style.css +++ b/theme_calm/css/style.css @@ -1156,6 +1156,11 @@ textarea.splited-post { transition: background .1s linear; -moz-transition: background .1s linear; } + +.post.new { + background-color: #FFFFED; +} + .post.open { margin: 10px 0; diff --git a/theme_nin/css/style.css b/theme_nin/css/style.css index 45e5478..6aba4c4 100644 --- a/theme_nin/css/style.css +++ b/theme_nin/css/style.css @@ -771,6 +771,10 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, color: #414244; } +.post.new .post-info-time { + color: #B4C669; +} + /* line 55, ../sass/_postboard.sass */ .post-data { padding: 10px; diff --git a/theme_nin/sass/_postboard.sass b/theme_nin/sass/_postboard.sass index 761c8d8..adf5a7e 100755 --- a/theme_nin/sass/_postboard.sass +++ b/theme_nin/sass/_postboard.sass @@ -78,6 +78,10 @@ .post:hover cursor: pointer +.post.new + .post-info-time + color: $color-green + .open background: none