diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-05-18 03:55:07 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-05-18 03:55:07 -0600 |
| commit | cb672e0d42bf0ba938718d5438b28a5f07e6d196 (patch) | |
| tree | f59e2b73d720c27f0aec25d5ee3c54a80b708612 | |
| parent | c85531a3e91207b3bbc6bb12fae73296fca61379 (diff) | |
another minor minification in default stylesheet [skip ci]
| -rw-r--r-- | data/stylesheets/asciidoctor-default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css index 15655a38..929f3b96 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -171,7 +171,7 @@ body.toc2.toc-right{padding-left:0;padding-right:20em}} #content #toc>:first-child{margin-top:0} #content #toc>:last-child{margin-bottom:0} #footer{max-width:none;background:rgba(0,0,0,.8);padding:1.25em} -#footer-text{color:rgba(255,255,255,.8);line-height:1.44} +#footer-text{color:hsla(0,0%,100%,.8);line-height:1.44} #content{margin-bottom:.625em} .sect1{padding-bottom:.625em} @media screen and (min-width:768px){#content{margin-bottom:1.25em} |
