From 39faa13eb73ba8aa87375b3790b36565d63adf0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Wed, 8 Feb 2017 11:25:08 +0100 Subject: [PATCH] [class*="bg-"] .bg-white color: #333, text-shadow:none; --- static/css/colors.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/colors.css b/static/css/colors.css index 60d7ea7..30d3caa 100644 --- a/static/css/colors.css +++ b/static/css/colors.css @@ -170,6 +170,10 @@ Slides - Backgrounds
.bg-white { background-color: #fff; } +[class*="bg-"] .bg-white { + text-shadow: none; + color: #333; +} /* BG Apple Keynote*/