body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
}
body, button, input, select, textarea{font-size:14px}
a:link,a:hover,a:visited{color:#0366d6}
#navList li a:hover{padding-bottom:10px;}
#navigator, #blogTitle, #main, #footer{
width:1080px;
}
#sideBar{padding:0 0 0 20px}
#sideBarMain h3{margin-top:10px}
#sideBarMain div{margin-bottom:10px}
#mainContent{width:860px;}
#footer{padding:20px 0}
.day{padding-bottom:0}
.cnblogs-markdown .hljs,
.cnblogs-markdown code {
color: #abb2bf!important;
}
.cnblogs-markdown code,
.cnblogs-post-body code,
.cnblogs-markdown .hljs,
.cnblogs-post-body .hljs {
font: 16px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
background-color: #282c34!important;
}
.hljs-number {
color: #c678dd
}
.hljs-params {
color: #d19a66;
}
.hljs-string {
color: #e6c07b
}
.hljs-comment {
color: #5c6370;
font-style: italic;
}
.hljs-keyword,
.hljs-attribute,
.json.hljs .hljs-attr,
.hljs-literal {
color: #56b6c2
}
.hljs-tag {
color: #abb2bf;
}
.hljs-name {
color: #e06c75;
}
.hljs-tag .hljs-attr {
color: #98c379
}
.hljs-name,
.hljs-selector-tag,
.hljs-meta {
color: #e06c75;
}
.hljs-selector-id,
.hljs-selector-class,
.hljs-title {
color: #98c379;
}
.hljs-built_in {
color: #61AFEF
}
原文地址:https://www.cnblogs.com/ueeu/p/8461148.html
时间: 2024-10-16 09:27:24