1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-20 03:41:38 +02:00

[class*="bg-"] .bg-white

color: #333, text-shadow:none;
This commit is contained in:
José Luis Antúnez
2017-02-08 11:25:08 +01:00
committed by GitHub
parent d175a50ff1
commit 39faa13eb7

View File

@@ -170,6 +170,10 @@ Slides - Backgrounds <section class="bg-primary">
.bg-white {
background-color: #fff;
}
[class*="bg-"] .bg-white {
text-shadow: none;
color: #333;
}
/* BG Apple Keynote*/