From 2ed5c551dd19c1c69ff855babb329e87b9cc8bfa Mon Sep 17 00:00:00 2001
From: Cyrill Raccaud <miaucl@users.noreply.github.com>
Date: Mon, 21 Oct 2024 08:08:18 +0000
Subject: [PATCH] document cover dimming class in readme

---
 README.md |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index eb128ff..f810a67 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,10 @@
 
 example: `featured_image_class = "cover bg-center"` or `featured_image_class = "contain bg-top"`
 
+The default cover backdrop for the featured image is `bg-black-60`, but can be changed using the `cover_dimming_class`.  Choose a color dimming class for the page or size header from any on the [Tachyons](https://tachyons.io/docs/themes/skins/) library site, preface it with "bg-" and add the value such as "-X0" where X is in [1,9]
+
+example: `cover_dimming_class = "bg-black-20"` or `cover_dimming_class = "bg-white-40"`
+
 ### Activate the contact form
 
 This theme includes a shortcode for a contact form that you can add to any page (there is an example on the contact page in the exampleSite folder). One option is to use [formspree.io](//formspree.io/) as proxy to send the actual email. Each month, visitors can send you up to one thousand emails without incurring extra charges. Visit the Formspree site to get the "action" link and add it to your shortcode like this:

--
Gitblit v1.10.0