mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 00:45: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/moon.css
vendored
2
dist/theme/moon.css
vendored
|
|
@ -2,7 +2,7 @@
|
|||
* Solarized Dark theme for reveal.js.
|
||||
* Author: Achim Staebler
|
||||
*/
|
||||
@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);
|
||||
/**
|
||||
* Solarized colors by Ethan Schoonover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue