Unverified Commit 9067923d authored by Tatsuyuki Ishi's avatar Tatsuyuki Ishi Committed by GitHub

Remove font-weight overrides from dartdoc (#90936)

parent 9c563af1
...@@ -5,7 +5,6 @@ body { ...@@ -5,7 +5,6 @@ body {
line-height: 1.5; line-height: 1.5;
color: #111; color: #111;
background-color: #fdfdfd; background-color: #fdfdfd;
font-weight: 300;
-webkit-font-smoothing: auto; -webkit-font-smoothing: auto;
} }
...@@ -23,23 +22,11 @@ header.header-fixed nav.navbar-fixed-top { ...@@ -23,23 +22,11 @@ header.header-fixed nav.navbar-fixed-top {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); 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 { h1 {
font-size: 42px !important; font-size: 42px !important;
letter-spacing: -1px; letter-spacing: -1px;
} }
header h1 {
font-weight: 300;
}
h2 { h2 {
color: #111; color: #111;
font-size: 24px; font-size: 24px;
...@@ -92,7 +79,6 @@ pre.prettyprint { ...@@ -92,7 +79,6 @@ pre.prettyprint {
code { code {
background-color: inherit; background-color: inherit;
font-size: 1em; /* browsers default to smaller font for code */ font-size: 1em; /* browsers default to smaller font for code */
font-weight: 300;
padding-left: 0; /* otherwise we get ragged left margins */ padding-left: 0; /* otherwise we get ragged left margins */
padding-right: 0; padding-right: 0;
} }
...@@ -125,11 +111,6 @@ i.md-36 { ...@@ -125,11 +111,6 @@ i.md-36 {
vertical-align: bottom; 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 */ /* address a style issue with the background of code sections */
code.hljs { code.hljs {
background: inherit; background: inherit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment