summaryrefslogtreecommitdiffhomepage
path: root/css/theme/beige.css
diff options
context:
space:
mode:
authorHakim El Hattab2012-10-20 21:43:42 -0400
committerHakim El Hattab2012-10-20 21:43:42 -0400
commit143fc85c657a4953d3f3b878b845cc60efbed748 (patch)
tree1deebfbb8d3bf4f8dd09dfdb9341158400dd6ea1 /css/theme/beige.css
parent8576264574e0fc9f83b35a05840c0e0932951631 (diff)
use outer color of radial gradient as solid fallback
Diffstat (limited to 'css/theme/beige.css')
-rw-r--r--css/theme/beige.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css
index 6b887f3..e1e635a 100644
--- a/css/theme/beige.css
+++ b/css/theme/beige.css
@@ -1,5 +1,5 @@
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
-/*
+/**
* Beige theme for reveal.js.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
@@ -16,7 +16,7 @@
* GLOBAL STYLES
*********************************************/
body {
- background: white;
+ background: #f7f2d3;
background: -moz-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, #f7f2d3));
background: -webkit-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);