diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-10-18 21:51:30 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-10-18 21:51:30 +0200 |
| commit | 43f8b13dc359b43535dea14951ca2c7159ed8e5a (patch) | |
| tree | a9cec6011c7d71ca36caee7e92813b73b85f8a82 | |
| parent | 8d0b5d4713d15adfbd1bb55b1ab2e7f38c5ad655 (diff) | |
| download | mitjafelicijan.com-43f8b13dc359b43535dea14951ca2c7159ed8e5a.tar.gz | |
theme color updated
| -rw-r--r-- | _config.yml | 2 | ||||
| -rw-r--r-- | assets/manifest.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 05b90b0..4b31f00 100644 --- a/_config.yml +++ b/_config.yml | |||
| @@ -13,7 +13,7 @@ domain: https://mitjafelicijan.com/ | |||
| 13 | description: Embedded systems developer and fanatical fan of science fiction | 13 | description: Embedded systems developer and fanatical fan of science fiction |
| 14 | twitter: "@mitjafelicijan" | 14 | twitter: "@mitjafelicijan" |
| 15 | avatar: assets/avatar.gif | 15 | avatar: assets/avatar.gif |
| 16 | cache_version: 20180810 | 16 | cache_version: 20180811 |
| 17 | theme_color: "#c242f4" | 17 | theme_color: "#c242f4" |
| 18 | 18 | ||
| 19 | kramdown: | 19 | kramdown: |
diff --git a/assets/manifest.json b/assets/manifest.json index e4115d9..f0b21b4 100644 --- a/assets/manifest.json +++ b/assets/manifest.json | |||
| @@ -14,6 +14,6 @@ | |||
| 14 | "start_url": "/", | 14 | "start_url": "/", |
| 15 | "scope": "/", | 15 | "scope": "/", |
| 16 | "display": "standalone", | 16 | "display": "standalone", |
| 17 | "theme_color": "#c242f4", | 17 | "theme_color": "#ffffff", |
| 18 | "background_color": "#c242f4" | 18 | "background_color": "#ffffff" |
| 19 | } | 19 | } |
