aboutsummaryrefslogtreecommitdiff
path: root/theme/sass/default.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme/sass/default.scss')
-rw-r--r--theme/sass/default.scss4
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 {