Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
9067923d
Unverified
Commit
9067923d
authored
Dec 08, 2021
by
Tatsuyuki Ishi
Committed by
GitHub
Dec 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove font-weight overrides from dartdoc (#90936)
parent
9c563af1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
overrides.css
dev/docs/assets/overrides.css
+0
-19
No files found.
dev/docs/assets/overrides.css
View file @
9067923d
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment