aboutsummaryrefslogtreecommitdiff
path: root/css/theme
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme')
-rw-r--r--css/theme/beige.css1
-rw-r--r--css/theme/default.css1
-rw-r--r--css/theme/serif.css1
-rw-r--r--css/theme/simple.css1
-rw-r--r--css/theme/sky.css1
-rw-r--r--css/theme/template/theme.scss1
6 files changed, 6 insertions, 0 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css
index fe0e460..727be44 100644
--- a/css/theme/beige.css
+++ b/css/theme/beige.css
@@ -23,6 +23,7 @@ body {
background: -o-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: -ms-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
+ background-color: #f7f3de;
}
.reveal {
diff --git a/css/theme/default.css b/css/theme/default.css
index 563e4d9..c8f2eff 100644
--- a/css/theme/default.css
+++ b/css/theme/default.css
@@ -23,6 +23,7 @@ body {
background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
+ background-color: #2b2b2b;
}
.reveal {
diff --git a/css/theme/serif.css b/css/theme/serif.css
index 3957b5d..86710c6 100644
--- a/css/theme/serif.css
+++ b/css/theme/serif.css
@@ -10,6 +10,7 @@
*********************************************/
body {
background: #f0f1eb;
+ background-color: #f0f1eb;
}
.reveal {
diff --git a/css/theme/simple.css b/css/theme/simple.css
index 926bbc5..848ca93 100644
--- a/css/theme/simple.css
+++ b/css/theme/simple.css
@@ -12,6 +12,7 @@
*********************************************/
body {
background: white;
+ background-color: white;
}
.reveal {
diff --git a/css/theme/sky.css b/css/theme/sky.css
index 6618c0d..a6d94eb 100644
--- a/css/theme/sky.css
+++ b/css/theme/sky.css
@@ -16,6 +16,7 @@ body {
background: -o-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
background: -ms-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
background: radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
+ background-color: #f7fbfc;
}
.reveal {
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index 600c8e3..c53df39 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -6,6 +6,7 @@
body {
@include bodyBackground();
+ background-color: $backgroundColor;
}
.reveal {