File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ # Front matter comment to ensure Jekyll properly reads file.
3+ ---
4+
5+ $body-color : {{ site.body_background_color }};
6+
7+ $header-image : " {{ site.cover_image }}" ;
8+ $device-color : " assets/{{ site.device_color }}.png" ;
9+
10+ $accent-color : {{ site.link_color }};
11+
12+ $header-title-color : {{ site.topbar_title_color }};
13+ $app-title-color : {{ site.app_title_color }};
14+ $app-price-color : {{ site.app_price_color }};
15+ $app-description-color : {{ site.app_description_color }};
16+
17+ $feature-title-color : {{ site.feature_title_color }};
18+ $feature-text-color : {{ site.feature_text_color }};
19+ $footer-text-color : {{ site.footer_text_color }};
20+
21+ $header_color : {{ site.topbar_color }};
22+ $header_transparency : {{ site.topbar_transparency }};
23+
24+ $image-overlay-color : {{ site.cover_overlay_color }};
25+ $image-overlay-transparency : {{ site.cover_overlay_transparency }};
26+
27+ $feature-icons-foreground-color : {{ site.feature_icons_foreground_color }};
28+ $feature-icons-background-color : {{ site.feature_icons_background_color }};
29+
30+ $social-icons-foreground-color : {{ site.social_icons_foreground_color }};
31+ $social-icons-background-color : {{ site.social_icons_background_color }};
32+
33+ @import
34+ " base" ,
35+ " layout" ,
36+ " github-markdown"
You can’t perform that action at this time.
0 commit comments