mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 08:55: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
|
|
@ -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";
|
||||
// ---------------------------------------------
|
||||
// ---------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue