From 3b30dfbac339546d9ae6cd185217699f2044b360 Mon Sep 17 00:00:00 2001 From: Tanner Smith <tannersmithtn95@gmail.com> Date: Thu, 23 Dec 2021 20:01:14 +0000 Subject: [PATCH] Add option to change content font color (#286) --- README.md | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 9c37c65..3d9ed80 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,22 @@ site_logo = "img/logo.svg" ``` +### Set Content Font Color + +You can set the font color of the main content both globally and on individual pages: + +Globally: +Set the `text_color` param in the `config.toml` file. +``` +[params] + text_color = "green" +``` + +Individual Page (prioritized over global): +Set the `text_color` param in a page's markdown file front matter. + +note: The value of `text_color` must be a valid tachyons color class. Alist can be found [here](http://tachyons.io/docs/themes/skins/). + ### Localize date format -- Gitblit v1.10.0