Skip to content

Commit

Permalink
Tweaking CSS to make object docs more legible. (#133711)
Browse files Browse the repository at this point in the history
Bug:None

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*

*List which issues are fixed by this PR. You must list at least one issue.*

*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
  • Loading branch information
yusuf-goog authored Aug 31, 2023
1 parent c57e4e7 commit a14989b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dev/docs/assets/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ section.summary h2 {
border-bottom: none;
}

section.summary .name {
font-size: 1.5em;
margin-right: 0.2em;
}

section.summary .returntype {
font-style:italic;
}

pre {
margin: 0 0 15px 0;
padding: 8px 12px;
Expand Down

0 comments on commit a14989b

Please sign in to comment.