Skip to content

Commit 962b87f

Browse files
committed
Change background color
1 parent 27a052e commit 962b87f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ appstore_link :
77
playstore_link : # Enter Google Play Store URL.
88
presskit_download_link : # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file). Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
99

10-
app_name : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
10+
app_name : Planet Life Long Name Here # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
1111
app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
1212
enable_smart_app_banner : true # Set to true to show a smart app banner at top of page on mobile devices.
1313
app_description : Wherever some that and kiwi that well
@@ -77,7 +77,7 @@ features :
7777
fontawesome_icon_name : # Enter Font Awesome icon name (e.g. star). Find icons on fontawesome.com/icons.
7878

7979
# Theme Settings
80-
body_color : "#000"
80+
body_color : "ffffff"
8181

8282
accent_color : "#1d63ea"
8383

main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Front matter comment to ensure Jekyll properly reads file.
33
---
44

5-
$body-color: "{{ site.body_color }}";
5+
$body-color: {{ site.body_color }};
66

77
$header-image: "{{ site.header_image }}";
88
$device-color: "assets/{{ site.device_color }}.png";

0 commit comments

Comments
 (0)