diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-07-31 18:03:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-31 18:03:54 -0600 |
| commit | fad9a642877e5334f1cd3884764531ef20711174 (patch) | |
| tree | 8cff7a7c3f19bd89945321fcfa839d885737424b /src | |
| parent | 309d515fac1af6691ada130d585af5d11c786cd9 (diff) | |
resolves #4114 update font styles for summary element to match font styles of paragraph (PR #4115)
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/asciidoctor.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/stylesheets/asciidoctor.css b/src/stylesheets/asciidoctor.css index caaa7752..0e84a867 100644 --- a/src/stylesheets/asciidoctor.css +++ b/src/stylesheets/asciidoctor.css @@ -1161,7 +1161,7 @@ details > summary:first-of-type { cursor: pointer; display: list-item; outline: none; - margin-bottom: 0.75em; + margin-bottom: 0.625rem; } .admonitionblock td.content > .title, @@ -2219,7 +2219,8 @@ h1, h2, p, td.content, -span.alt { +span.alt, +summary { letter-spacing: -0.01em; } @@ -2233,7 +2234,8 @@ p, blockquote, dt, td.content, -span.alt { +span.alt, +summary { font-size: 1.0625rem; } |
