From a18b2a94cfd8120596c109e2319ff3694f29c39c Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 16 Apr 2013 09:07:55 -0400 Subject: add a few more state background (#396) --- css/reveal.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index 8265ac3..2c60106 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -1240,6 +1240,18 @@ body { .blackout .reveal .state-background { background: rgba( 0, 0, 0, 0.6 ); } +.whiteout .reveal .state-background { + background: rgba( 255, 255, 255, 0.6 ); +} +.cobalt .reveal .state-background { + background: rgba( 22, 152, 213, .6 ); +} +.mint .reveal .state-background { + background: rgba( 22, 213, 75, .6 ); +} +.submerge .reveal .state-background { + background: rgba(12, 25, 77, .6); +} /********************************************* -- cgit v1.2.3