1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-01 02:32:54 +02:00

print styles are now built into reveal.css, revamped print styles #2633

This commit is contained in:
Hakim El Hattab
2020-03-13 19:53:46 +01:00
parent 8709a41979
commit d918d750e0
11 changed files with 39 additions and 384 deletions

View File

@@ -10,10 +10,6 @@
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css">
<!-- Print on paper or PDF -->
<link rel="stylesheet" href="dist/print/paper.css">
<link rel="stylesheet" href="dist/print/pdf.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/monokai.css">
</head>