aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-09-09 10:26:42 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-09-09 10:26:42 +0200
commit4d62dcc674290ccf3e842cd4516e06d7496d1e2d (patch)
treeda0544b6cfcc0307ed0e69357725d181a9f19da5 /css
parentfaa8b56e2ae430b0ab4fd71610155e5316b06149 (diff)
parent17bfa625798687394497f908b399eacd2895222e (diff)
downloadfosdem-2021-minimalism-presentation-4d62dcc674290ccf3e842cd4516e06d7496d1e2d.tar
fosdem-2021-minimalism-presentation-4d62dcc674290ccf3e842cd4516e06d7496d1e2d.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Diffstat (limited to 'css')
-rw-r--r--css/print/pdf.scss2
-rw-r--r--css/theme/README.md2
-rw-r--r--css/theme/source/beige.scss4
-rw-r--r--css/theme/source/black.scss4
-rw-r--r--css/theme/source/league.scss4
-rw-r--r--css/theme/source/moon.scss2
-rw-r--r--css/theme/source/solarized.scss2
-rw-r--r--css/theme/source/white.scss4
8 files changed, 12 insertions, 12 deletions
diff --git a/css/print/pdf.scss b/css/print/pdf.scss
index ea0d417..f967845 100644
--- a/css/print/pdf.scss
+++ b/css/print/pdf.scss
@@ -2,7 +2,7 @@
* This stylesheet is used to print reveal.js
* presentations to PDF.
*
- * https://revealjs.revealjs.com/pdf-export/
+ * https://revealjs.com/pdf-export/
*/
html.print-pdf {
diff --git a/css/theme/README.md b/css/theme/README.md
index 35b5dea..30916c4 100644
--- a/css/theme/README.md
+++ b/css/theme/README.md
@@ -1,6 +1,6 @@
## Dependencies
-Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment installed before proceeding: https://revealjs.revealjs.com/installation/#full-setup
+Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment installed before proceeding: https://revealjs.com/installation/#full-setup
## Creating a Theme
diff --git a/css/theme/source/beige.scss b/css/theme/source/beige.scss
index d82c510..1f60178 100644
--- a/css/theme/source/beige.scss
+++ b/css/theme/source/beige.scss
@@ -13,7 +13,7 @@
// Include theme-specific fonts
-@import url(fonts/league-gothic/league-gothic.css);
+@import url(./fonts/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
@@ -38,4 +38,4 @@ $heading1TextShadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b
// Theme template ------------------------------
@import "../template/theme";
-// --------------------------------------------- \ No newline at end of file
+// ---------------------------------------------
diff --git a/css/theme/source/black.scss b/css/theme/source/black.scss
index ba72335..358dc1d 100644
--- a/css/theme/source/black.scss
+++ b/css/theme/source/black.scss
@@ -12,7 +12,7 @@
// Include theme-specific fonts
-@import url(fonts/source-sans-pro/source-sans-pro.css);
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
// Override theme settings (see ../template/settings.scss)
@@ -43,4 +43,4 @@ $heading4Size: 1.0em;
// Theme template ------------------------------
@import "../template/theme";
-// --------------------------------------------- \ No newline at end of file
+// ---------------------------------------------
diff --git a/css/theme/source/league.scss b/css/theme/source/league.scss
index 6b9697e..ee01258 100644
--- a/css/theme/source/league.scss
+++ b/css/theme/source/league.scss
@@ -15,7 +15,7 @@
// Include theme-specific fonts
-@import url(fonts/league-gothic/league-gothic.css);
+@import url(./fonts/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
// Override theme settings (see ../template/settings.scss)
@@ -33,4 +33,4 @@ $heading1TextShadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b
// Theme template ------------------------------
@import "../template/theme";
-// --------------------------------------------- \ No newline at end of file
+// ---------------------------------------------
diff --git a/css/theme/source/moon.scss b/css/theme/source/moon.scss
index b398f4f..ff2074a 100644
--- a/css/theme/source/moon.scss
+++ b/css/theme/source/moon.scss
@@ -12,7 +12,7 @@
// Include theme-specific fonts
-@import url(fonts/league-gothic/league-gothic.css);
+@import url(./fonts/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
diff --git a/css/theme/source/solarized.scss b/css/theme/source/solarized.scss
index df3a08f..8bdf1eb 100644
--- a/css/theme/source/solarized.scss
+++ b/css/theme/source/solarized.scss
@@ -12,7 +12,7 @@
// Include theme-specific fonts
-@import url(fonts/league-gothic/league-gothic.css);
+@import url(./fonts/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
diff --git a/css/theme/source/white.scss b/css/theme/source/white.scss
index 20e8f7e..443d30a 100644
--- a/css/theme/source/white.scss
+++ b/css/theme/source/white.scss
@@ -12,7 +12,7 @@
// Include theme-specific fonts
-@import url(fonts/source-sans-pro/source-sans-pro.css);
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
// Override theme settings (see ../template/settings.scss)
@@ -43,4 +43,4 @@ $heading4Size: 1.0em;
// Theme template ------------------------------
@import "../template/theme";
-// --------------------------------------------- \ No newline at end of file
+// ---------------------------------------------