aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-09-09 10:24:04 +0200
committerGitHub <noreply@github.com>2020-09-09 10:24:04 +0200
commit5f7c945deeccd7ba2aeb01be94b3bdd841ce5526 (patch)
tree7a86ffa028e53af15cc8f3a44faa550bb639b7e2 /css
parentb13c7b41a0e13036db88bbcd8466e030348a3151 (diff)
parenta150d0c5dd80b4a07344cd73f608a2aaaf2900de (diff)
downloadfosdem-2021-minimalism-presentation-5f7c945deeccd7ba2aeb01be94b3bdd841ce5526.tar
fosdem-2021-minimalism-presentation-5f7c945deeccd7ba2aeb01be94b3bdd841ce5526.tar.gz
Merge pull request #2752 from michaelmior/css-paths
Start relative paths in CSS with ./
Diffstat (limited to 'css')
-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
6 files changed, 10 insertions, 10 deletions
diff --git a/css/theme/source/beige.scss b/css/theme/source/beige.scss
index acdd37d..921e1c2 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);
@@ -36,4 +36,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 45d2678..b93477d 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)
@@ -46,4 +46,4 @@ section.has-light-background {
// 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 95bacd4..fa59590 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)
@@ -31,4 +31,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 db1897c..c2e3890 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 7b817fe..d274ece 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)
@@ -46,4 +46,4 @@ section.has-dark-background {
// Theme template ------------------------------
@import "../template/theme";
-// --------------------------------------------- \ No newline at end of file
+// ---------------------------------------------