Skip to content

Instantly share code, notes, and snippets.

@MrHuxu
Created May 28, 2021 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrHuxu/0ed958732d8d31e05936a668e969a6b7 to your computer and use it in GitHub Desktop.
Save MrHuxu/0ed958732d8d31e05936a668e969a6b7 to your computer and use it in GitHub Desktop.
no zhihu for stylish
header, .GlobalSideBar.GlobalSideBar--old, .TopstoryTabs.Topstory-tabs, .Card>img, .CommentsV2-footer, .ColumnPageHeader, .Recommendations-Main, .ContentItem-actions .Popover, .Button.ContentItem-action.Button--withIcon, .VoteButton--up>span>svg, .VoteButton--down, .AuthorInfo-avatar, .Voters>button {
display:none;
}
.Topstory-container {
display: block;
width: 100%;
padding: 0 150px;
}
.Topstory-mainColumn {
background-color: #555;
margin: 0;
width: calc(100% - 300px);
}
.App-main, .Card, .ContentItem-actions, .CommentsV2, .CommentTopbar, .Post-content, .VoteButton--up {
background-color: #555;
}
.Card *, .Post-content {
color: #EEE;
}
.VoteButton--up {
color: #444;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment