We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4139fec commit ba1f9a0Copy full SHA for ba1f9a0
themes/default/main.scss
@@ -3,7 +3,7 @@
3
---
4
5
$header-image: "{{ site.header_image }}";
6
-$device-color: "../assets/{{ site.device_color }}.png";
+$device-color: "../../assets/{{ site.device_color }}.png";
7
$primary-text-color: {{ site.primary_text_color }};
8
$secondary-text-color: {{ site.secondary_text_color }};
9
0 commit comments