From cf5ab0ea5e24792140c533966ab3f6bc1885b5c5 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sun, 24 Feb 2019 11:50:02 +0000 Subject: [PATCH] demo: fix text_color_light --- content/home/posts.md | 2 +- content/home/publications.md | 2 +- content/home/talks.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/home/posts.md b/content/home/posts.md index fa0003c..a79e7f0 100644 --- a/content/home/posts.md +++ b/content/home/posts.md @@ -55,7 +55,7 @@ subtitle = "" # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. # Text color (true=light or false=dark). - text_color_light = true + text_color_light = false [advanced] # Custom CSS. diff --git a/content/home/publications.md b/content/home/publications.md index ee56d81..cd20d09 100644 --- a/content/home/publications.md +++ b/content/home/publications.md @@ -55,7 +55,7 @@ subtitle = "" # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. # Text color (true=light or false=dark). - text_color_light = true + text_color_light = false [advanced] # Custom CSS. diff --git a/content/home/talks.md b/content/home/talks.md index bfe4147..a589781 100644 --- a/content/home/talks.md +++ b/content/home/talks.md @@ -55,7 +55,7 @@ subtitle = "" # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. # Text color (true=light or false=dark). - text_color_light = true + text_color_light = false [advanced] # Custom CSS.