Skip to content

Commit 21d61aa

Browse files
authored
Merge pull request #9 from SkypLabs/dependabot/npm_and_yarn/develop/reveal.js-4.1.0
Bump reveal.js from 4.0.2 to 4.1.0
2 parents f732d69 + 755f6b6 commit 21d61aa

31 files changed

+200
-49
lines changed

dist/reveal.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/reveal.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/reveal.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/reveal.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/reveal.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/theme/beige.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
*
44
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
55
*/
6-
@import url(fonts/league-gothic/league-gothic.css);
6+
@import url(./fonts/league-gothic/league-gothic.css);
77
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
8+
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
9+
color: #fff; }
10+
811
/*********************************************
912
* GLOBAL STYLES
1013
*********************************************/
@@ -105,6 +108,15 @@
105108
margin: 20px 0;
106109
line-height: 1.3; }
107110

111+
/* Remove trailing margins after titles */
112+
.reveal h1:last-child,
113+
.reveal h2:last-child,
114+
.reveal h3:last-child,
115+
.reveal h4:last-child,
116+
.reveal h5:last-child,
117+
.reveal h6:last-child {
118+
margin-bottom: 0; }
119+
108120
/* Ensure certain elements are never larger than the slide itself */
109121
.reveal img,
110122
.reveal video,

dist/theme/black.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* By Hakim El Hattab, http://hakim.se
55
*/
6-
@import url(fonts/source-sans-pro/source-sans-pro.css);
6+
@import url(./fonts/source-sans-pro/source-sans-pro.css);
77
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
88
color: #222; }
99

@@ -101,6 +101,15 @@ section.has-light-background, section.has-light-background h1, section.has-light
101101
margin: 20px 0;
102102
line-height: 1.3; }
103103

104+
/* Remove trailing margins after titles */
105+
.reveal h1:last-child,
106+
.reveal h2:last-child,
107+
.reveal h3:last-child,
108+
.reveal h4:last-child,
109+
.reveal h5:last-child,
110+
.reveal h6:last-child {
111+
margin-bottom: 0; }
112+
104113
/* Ensure certain elements are never larger than the slide itself */
105114
.reveal img,
106115
.reveal video,

dist/theme/blood.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
*
1111
*/
1212
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic);
13+
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
14+
color: #222; }
15+
1316
/*********************************************
1417
* GLOBAL STYLES
1518
*********************************************/
@@ -104,6 +107,15 @@
104107
margin: 20px 0;
105108
line-height: 1.3; }
106109

110+
/* Remove trailing margins after titles */
111+
.reveal h1:last-child,
112+
.reveal h2:last-child,
113+
.reveal h3:last-child,
114+
.reveal h4:last-child,
115+
.reveal h5:last-child,
116+
.reveal h6:last-child {
117+
margin-bottom: 0; }
118+
107119
/* Ensure certain elements are never larger than the slide itself */
108120
.reveal img,
109121
.reveal video,
@@ -291,6 +303,9 @@
291303
font-weight: 300;
292304
text-shadow: 1px 1px #222; }
293305

306+
section.has-light-background p, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4 {
307+
text-shadow: none; }
308+
294309
.reveal h1,
295310
.reveal h2,
296311
.reveal h3,
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'League Gothic';
3-
src: url('league-gothic.eot');
4-
src: url('league-gothic.eot?#iefix') format('embedded-opentype'),
5-
url('league-gothic.woff') format('woff'),
6-
url('league-gothic.ttf') format('truetype');
3+
src: url('./league-gothic.eot');
4+
src: url('./league-gothic.eot?#iefix') format('embedded-opentype'),
5+
url('./league-gothic.woff') format('woff'),
6+
url('./league-gothic.ttf') format('truetype');
77

88
font-weight: normal;
99
font-style: normal;
10-
}
10+
}
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
@font-face {
22
font-family: 'Source Sans Pro';
3-
src: url('source-sans-pro-regular.eot');
4-
src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
5-
url('source-sans-pro-regular.woff') format('woff'),
6-
url('source-sans-pro-regular.ttf') format('truetype');
3+
src: url('./source-sans-pro-regular.eot');
4+
src: url('./source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
5+
url('./source-sans-pro-regular.woff') format('woff'),
6+
url('./source-sans-pro-regular.ttf') format('truetype');
77
font-weight: normal;
88
font-style: normal;
99
}
1010

1111
@font-face {
1212
font-family: 'Source Sans Pro';
13-
src: url('source-sans-pro-italic.eot');
14-
src: url('source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
15-
url('source-sans-pro-italic.woff') format('woff'),
16-
url('source-sans-pro-italic.ttf') format('truetype');
13+
src: url('./source-sans-pro-italic.eot');
14+
src: url('./source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
15+
url('./source-sans-pro-italic.woff') format('woff'),
16+
url('./source-sans-pro-italic.ttf') format('truetype');
1717
font-weight: normal;
1818
font-style: italic;
1919
}
2020

2121
@font-face {
2222
font-family: 'Source Sans Pro';
23-
src: url('source-sans-pro-semibold.eot');
24-
src: url('source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'),
25-
url('source-sans-pro-semibold.woff') format('woff'),
26-
url('source-sans-pro-semibold.ttf') format('truetype');
23+
src: url('./source-sans-pro-semibold.eot');
24+
src: url('./source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'),
25+
url('./source-sans-pro-semibold.woff') format('woff'),
26+
url('./source-sans-pro-semibold.ttf') format('truetype');
2727
font-weight: 600;
2828
font-style: normal;
2929
}
3030

3131
@font-face {
3232
font-family: 'Source Sans Pro';
33-
src: url('source-sans-pro-semibolditalic.eot');
34-
src: url('source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'),
35-
url('source-sans-pro-semibolditalic.woff') format('woff'),
36-
url('source-sans-pro-semibolditalic.ttf') format('truetype');
33+
src: url('./source-sans-pro-semibolditalic.eot');
34+
src: url('./source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'),
35+
url('./source-sans-pro-semibolditalic.woff') format('woff'),
36+
url('./source-sans-pro-semibolditalic.ttf') format('truetype');
3737
font-weight: 600;
3838
font-style: italic;
39-
}
39+
}

0 commit comments

Comments
 (0)