Commit 2b53e899 by Administrator

Merge branch 'fix-editor-style' into 'master'

改变代码粗细

See merge request pigbigbig/beyond-clouds-front!84
parents 097bfd95 ebe1cfd8
......@@ -116,7 +116,7 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
.hljs-selector-tag,
.hljs-subst {
color: #333;
font-weight: bold;
font-weight: 500;
}
.hljs-number,
......@@ -136,7 +136,7 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
.hljs-section,
.hljs-selector-id {
color: #900;
font-weight: bold;
font-weight: 500;
}
.hljs-subst {
......@@ -146,7 +146,7 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
.hljs-type,
.hljs-class .hljs-title {
color: #458;
font-weight: bold;
font-weight: 500;
}
.hljs-tag,
......@@ -173,7 +173,7 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
.hljs-meta {
color: #999;
font-weight: bold;
font-weight: 500;
}
.hljs-deletion {
......@@ -189,11 +189,9 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
}
.hljs-strong {
font-weight: bold;
font-weight: 500;
}
pre {
position: relative;
margin-bottom: 24px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment