Adjust font-weight in diagnostics error page to make it easier to read (#4534)
This commit is contained in:
parent
d73d95f1d4
commit
838bb11c1e
|
|
@ -5,11 +5,6 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5 {
|
|
||||||
/*font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;*/
|
|
||||||
font-weight: 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #44525e;
|
color: #44525e;
|
||||||
margin: 15px 0 15px 0;
|
margin: 15px 0 15px 0;
|
||||||
|
|
@ -22,10 +17,12 @@ h2 {
|
||||||
h3 {
|
h3 {
|
||||||
color: #363636;
|
color: #363636;
|
||||||
margin: 5px 5px 0 0;
|
margin: 5px 5px 0 0;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Consolas, "Courier New", courier, monospace;
|
font-family: Consolas, "Courier New", courier, monospace;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .titleerror {
|
body .titleerror {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue