From a14989b3bf7fb5499e34239b25b90b76ff60074f Mon Sep 17 00:00:00 2001 From: yusuf-goog <91688203+yusuf-goog@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:16:05 -0700 Subject: [PATCH] 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].* --- dev/docs/assets/overrides.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev/docs/assets/overrides.css b/dev/docs/assets/overrides.css index 14758845f9..c4e441bf8c 100644 --- a/dev/docs/assets/overrides.css +++ b/dev/docs/assets/overrides.css @@ -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;