remove overzealous pdf resets

master
Hakim El Hattab 2020-05-29 10:14:31 +02:00
parent 9f90f32e26
commit 1569a4afba
2 changed files with 1 additions and 14 deletions

View File

@ -34,24 +34,11 @@ html.print-pdf {
display: none !important;
}
h1, h2, h3, h4, h5, h6 {
text-shadow: 0 0 0 #000 !important;
}
.reveal pre code {
overflow: hidden !important;
font-family: Courier, 'Courier New', monospace !important;
}
ul, ol, div, p {
visibility: visible;
position: static;
width: auto;
height: auto;
display: block;
overflow: visible;
margin: auto;
}
.reveal {
width: auto !important;
height: auto !important;

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long