Tweaking CSS to make object docs more legible. (#133711)

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].*
This commit is contained in:
yusuf-goog 2023-08-31 10:16:05 -07:00 committed by GitHub
parent c57e4e79a2
commit a14989b3bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;