From cb672e0d42bf0ba938718d5438b28a5f07e6d196 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 18 May 2021 03:55:07 -0600 Subject: another minor minification in default stylesheet [skip ci] --- data/stylesheets/asciidoctor-default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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} -- cgit v1.2.3