Fix font-weight (fixes #19172)

This commit is contained in:
Christof Marti
2017-02-21 16:54:52 -08:00
parent 814c3b3e7b
commit cd63d6b217
2 changed files with 4 additions and 1 deletions
@@ -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;