Deep-Dark-Zhihu 评论区夜间模式补充
Deep-Dark-Zhihu-Comment by xweiba
Details
Authorxweiba
LicenseNo License
CategoryComment
Created
Updated
Size482 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Deep-Dark-Zhihu-补充
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("zhihu.com") {
/* 在此插入代码... */
.CommentContent,
.DraftEditor-editorContainer {
color: white;
}
.Comments-container *,
.Modal-content * {
background-color: black;
}
.Popover a {
color: #ff8000c9;
}
}