Remove font-weight overrides from dartdoc (#90936)
This commit is contained in:
parent
9c563af193
commit
9067923d93
@ -5,7 +5,6 @@ body {
|
||||
line-height: 1.5;
|
||||
color: #111;
|
||||
background-color: #fdfdfd;
|
||||
font-weight: 300;
|
||||
-webkit-font-smoothing: auto;
|
||||
}
|
||||
|
||||
@ -23,23 +22,11 @@ header.header-fixed nav.navbar-fixed-top {
|
||||
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
h3, h4, h5, h6 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 42px !important;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #111;
|
||||
font-size: 24px;
|
||||
@ -92,7 +79,6 @@ pre.prettyprint {
|
||||
code {
|
||||
background-color: inherit;
|
||||
font-size: 1em; /* browsers default to smaller font for code */
|
||||
font-weight: 300;
|
||||
padding-left: 0; /* otherwise we get ragged left margins */
|
||||
padding-right: 0;
|
||||
}
|
||||
@ -125,11 +111,6 @@ i.md-36 {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
/* thinify the inherited names in lists */
|
||||
li.inherited a {
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
/* address a style issue with the background of code sections */
|
||||
code.hljs {
|
||||
background: inherit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user