mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
Start relative paths in CSS with ./
This commit is contained in:
parent
15815efe05
commit
a150d0c5dd
14 changed files with 38 additions and 38 deletions
2
dist/theme/black.css
vendored
2
dist/theme/black.css
vendored
|
|
@ -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-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 {
|
||||
color: #222; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue