diff options
-rw-r--r-- | theme/css/default.css | 4 | ||||
-rw-r--r-- | theme/sass/default.scss | 4 |
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 */ |
287 | slides > slide.dark { | 287 | slides > slide.dark { |
288 | background: #515151; | 288 | background: #515151 !important; |
289 | } | 289 | } |
290 | /* line 164, ../sass/default.scss */ | 290 | /* line 164, ../sass/default.scss */ |
291 | slides > slide:not(.nobackground):before { | 291 | slides > 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 { |