From fe8bded4ee276eebc068fbf95dec9377ef999d79 Mon Sep 17 00:00:00 2001 From: Allan Cole Date: Fri, 12 Jun 2020 14:16:21 -0400 Subject: [PATCH] Rivington: Clean up dim support in cover block. --- rivington/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rivington/style.css b/rivington/style.css index bc25aa145..f448f1d8a 100644 --- a/rivington/style.css +++ b/rivington/style.css @@ -1516,6 +1516,12 @@ button[data-load-more-btn], .button { */ } +.wp-block-cover.has-background-dim, +.wp-block-cover-image.has-background-dim { + background-color: black; + color: white; +} + .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, @@ -2466,6 +2472,7 @@ table.is-style-stripes tbody tr:nth-child(odd), background-color: #EE4266; } +.has-background-dim, .has-foreground-background-color, .has-foreground-background-color.has-background-dim { background-color: #f2f2f2;