From 9067923d933e795957401e2fbb940b206a0586fd Mon Sep 17 00:00:00 2001 From: Tatsuyuki Ishi Date: Thu, 9 Dec 2021 03:14:05 +0900 Subject: [PATCH] Remove font-weight overrides from dartdoc (#90936) --- dev/docs/assets/overrides.css | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev/docs/assets/overrides.css b/dev/docs/assets/overrides.css index dd8324effe..ee3d3f9931 100644 --- a/dev/docs/assets/overrides.css +++ b/dev/docs/assets/overrides.css @@ -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;