Skip to content

Instantly share code, notes, and snippets.

View joyous-coder's full-sized avatar
😴
worn out

YuBin Wang joyous-coder

😴
worn out
View GitHub Profile
@joyous-coder
joyous-coder / github.css
Last active April 25, 2021 07:51
2021-2-11 Markdown Preview 的样式(包含普通样式和代码样式)
code[class*="language-"],
pre[class*="language-"] {
color: #333;
background: none;
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
text-align: left;
white-space: pre;
word-spacing: normal;