Adjust font-weight in diagnostics error page to make it easier to read (#4534)

This commit is contained in:
Adrian D. Alvarez 2018-12-10 11:35:37 -05:00 committed by Nate McMaster
parent d73d95f1d4
commit 838bb11c1e
1 changed files with 2 additions and 5 deletions

View File

@ -5,11 +5,6 @@
background-color: #fff;
}
h1, h2, h3, h4, h5 {
/*font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;*/
font-weight: 100;
}
h1 {
color: #44525e;
margin: 15px 0 15px 0;
@ -22,10 +17,12 @@ h2 {
h3 {
color: #363636;
margin: 5px 5px 0 0;
font-weight: normal;
}
code {
font-family: Consolas, "Courier New", courier, monospace;
font-weight: bold;
}
body .titleerror {