diff options
author | Eric Bidelman | 2012-04-19 10:08:25 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-04-19 10:08:25 -0700 |
commit | 8aacb2e2406673a3c2848f522b1982bd1e5e774b (patch) | |
tree | 3774777ba2b3e93b2d6a280dda915ad1a8266645 /theme/sass/default.scss | |
parent | 782b971d157b041f223dfd3c2027428f06b1c8c9 (diff) | |
download | io-slides-remote-8aacb2e2406673a3c2848f522b1982bd1e5e774b.tar.gz |
Backgrounds are preserved in presenter mode
Diffstat (limited to 'theme/sass/default.scss')
-rw-r--r-- | theme/sass/default.scss | 4 |
1 files changed, 2 insertions, 2 deletions
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 { | |||
154 | } | 154 | } |
155 | 155 | ||
156 | &.dark { | 156 | &.dark { |
157 | background: $gray-4; | 157 | background: $gray-4 !important; |
158 | } | 158 | } |
159 | 159 | ||
160 | &:not(.nobackground) { | 160 | &:not(.nobackground) { |
@@ -828,7 +828,7 @@ article.smaller { | |||
828 | } | 828 | } |
829 | 829 | ||
830 | .thank-you-slide { | 830 | .thank-you-slide { |
831 | background: $brand-blue; | 831 | background: $brand-blue !important; |
832 | color: white; | 832 | color: white; |
833 | 833 | ||
834 | h2 { | 834 | h2 { |