Skip to content

Instantly share code, notes, and snippets.

@h0hmj
Created February 8, 2018 15:22
Show Gist options
  • Save h0hmj/fde0100659ebf26b262785204f7a06ac to your computer and use it in GitHub Desktop.
Save h0hmj/fde0100659ebf26b262785204f7a06ac to your computer and use it in GitHub Desktop.
stylish for viewing csdn blog
* {
font-family: "PingFang SC" !important;
font-size: 18px !important
}
aside {
display: none !important;
}
main {
width: auto !important;
}
.csdn-toolbar,
.pulllog-box {
display: none !important;
}
#article_content {
height: auto !important
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment