aboutsummaryrefslogtreecommitdiff
path: root/css/theme/source/blood.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/source/blood.scss')
-rw-r--r--css/theme/source/blood.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/theme/source/blood.scss b/css/theme/source/blood.scss
index 4533fc0..b5a8679 100644
--- a/css/theme/source/blood.scss
+++ b/css/theme/source/blood.scss
@@ -46,6 +46,9 @@ $linkColorHover: lighten( $linkColor, 20% );
$selectionBackgroundColor: $blood;
$selectionColor: #fff;
+// Change text colors against dark slide backgrounds
+@include light-bg-text-color(#222);
+
// Theme template ------------------------------
@import "../template/theme";
@@ -58,6 +61,12 @@ $selectionColor: #fff;
text-shadow: 1px 1px $coal;
}
+section.has-light-background {
+ p, h1, h2, h3, h4 {
+ text-shadow: none;
+ }
+}
+
.reveal h1,
.reveal h2,
.reveal h3,