aboutsummaryrefslogtreecommitdiff
path: root/dist/theme/white.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 /dist/theme/white.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 'dist/theme/white.css')
-rw-r--r--dist/theme/white.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/theme/white.css b/dist/theme/white.css
index db93153..eae1abf 100644
--- a/dist/theme/white.css
+++ b/dist/theme/white.css
@@ -3,7 +3,7 @@
*
* By Hakim El Hattab, http://hakim.se
*/
-@import url(fonts/source-sans-pro/source-sans-pro.css);
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
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 {
color: #fff; }