diff options
author | Hakim El Hattab | 2013-04-16 09:07:55 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-04-16 09:07:55 -0400 |
commit | a18b2a94cfd8120596c109e2319ff3694f29c39c (patch) | |
tree | 427ca920f1792a8a26b17adcd0e87e90fb04429c /css/reveal.css | |
parent | 70b7ce360ca24393f44f14d102c9c119841f2d2a (diff) |
add a few more state background (#396)
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 12 |
1 files changed, 12 insertions, 0 deletions
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); +} /********************************************* |