diff options
Diffstat (limited to 'css/print/pdf.css')
-rw-r--r-- | css/print/pdf.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index 7b66ee5..bf90b3d 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -67,7 +67,7 @@ h1,h2,h3,h4,h5,h6 { the URL to the end of the link for usability. */ a:link, a:visited { - font-weight: bold; + font-weight: normal; text-decoration: underline; } @@ -188,3 +188,12 @@ ul, ol, div, p { .reveal small a { font-size: 16pt !important; } + +.reveal.center .slides section:not(.stack) { + display: flex !important; + flex-direction: column; + align-items: center; + justify-content: center; + padding-top: 2em !important; + padding-bottom: 2em !important; +} |