aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Bidelman2012-04-19 10:08:25 -0700
committerEric Bidelman2012-04-19 10:08:25 -0700
commit8aacb2e2406673a3c2848f522b1982bd1e5e774b (patch)
tree3774777ba2b3e93b2d6a280dda915ad1a8266645
parent782b971d157b041f223dfd3c2027428f06b1c8c9 (diff)
downloadio-slides-remote-8aacb2e2406673a3c2848f522b1982bd1e5e774b.tar.gz
Backgrounds are preserved in presenter mode
-rw-r--r--theme/css/default.css4
-rw-r--r--theme/sass/default.scss4
2 files changed, 4 insertions, 4 deletions
diff --git a/theme/css/default.css b/theme/css/default.css
index 014e1e7..deff045 100644
--- a/theme/css/default.css
+++ b/theme/css/default.css
@@ -285,7 +285,7 @@ slides > slide.far-next {
285} 285}
286/* line 156, ../sass/default.scss */ 286/* line 156, ../sass/default.scss */
287slides > slide.dark { 287slides > slide.dark {
288 background: #515151; 288 background: #515151 !important;
289} 289}
290/* line 164, ../sass/default.scss */ 290/* line 164, ../sass/default.scss */
291slides > slide:not(.nobackground):before { 291slides > slide:not(.nobackground):before {
@@ -1201,7 +1201,7 @@ article.smaller q:before, article.smaller q:after {
1201 1201
1202/* line 830, ../sass/default.scss */ 1202/* line 830, ../sass/default.scss */
1203.thank-you-slide { 1203.thank-you-slide {
1204 background: #4387fd; 1204 background: #4387fd !important;
1205 color: white; 1205 color: white;
1206} 1206}
1207/* line 834, ../sass/default.scss */ 1207/* line 834, ../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 {
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 {