Skip to content

Commit 9b59972

Browse files
authored
Merge pull request #407 from KawashiroNitori/pin-support
新增 [区分问题文章] 支持想法
2 parents df3d468 + 8bc440a commit 9b59972

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Zhihu-Enhanced.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,7 @@ function addTypeTips() {
10701070
.AnswerItem .ContentItem-title a:not(.zhihu_e_toQuestion)::before {content:'问题';color: #f68b83;background-color: #f68b8333;${style}}
10711071
.TopstoryQuestionAskItem .ContentItem-title a:not(.zhihu_e_toQuestion)::before {content:'问题';color: #ff5a4e;background-color: #ff5a4e33;${style}}
10721072
.ZVideoItem .ContentItem-title a::before, .ZvideoItem .ContentItem-title a::before {content:'视频';color: #00BCD4;background-color: #00BCD433;${style}}
1073+
.PinItem .RichContent span .RichContent-inner span.RichText::before {content:'想法';color: #4CAF50;background-color: #4CAF5033;${style}}
10731074
.ArticleItem .ContentItem-title a::before {content:'文章';color: #2196F3;background-color: #2196F333;${style}}`;
10741075
}
10751076

0 commit comments

Comments
 (0)