提交 cd63d6b2 编写于 作者: C Christof Marti

Fix font-weight (fixes #19172)

上级 814c3b3e
......@@ -199,6 +199,7 @@
}
.monaco-workbench > .part.editor > .content .welcomePage .commands li button h3 {
font-weight: normal;
font-size: 1em;
margin: 0;
margin-bottom: .25em;
......
......@@ -35,7 +35,9 @@
border-bottom: 2px solid;
}
.monaco-workbench > .part.editor > .content .walkThroughContent h1, h2, h3 {
.monaco-workbench > .part.editor > .content .walkThroughContent h1,
.monaco-workbench > .part.editor > .content .walkThroughContent h2,
.monaco-workbench > .part.editor > .content .walkThroughContent h3 {
font-weight: lighter;
margin-top: 20px;
margin-bottom: 10px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册