From 8aacb2e2406673a3c2848f522b1982bd1e5e774b Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Thu, 19 Apr 2012 10:08:25 -0700 Subject: Backgrounds are preserved in presenter mode --- theme/sass/default.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme/sass/default.scss') diff --git a/theme/sass/default.scss b/theme/sass/default.scss index 9d65994..0cc6e47 100644 --- a/theme/sass/default.scss +++ b/theme/sass/default.scss @@ -154,7 +154,7 @@ slides > slide { } &.dark { - background: $gray-4; + background: $gray-4 !important; } &:not(.nobackground) { @@ -828,7 +828,7 @@ article.smaller { } .thank-you-slide { - background: $brand-blue; + background: $brand-blue !important; color: white; h2 { -- cgit v1.2.3