add a few more state background (#396)

master
Hakim El Hattab 2013-04-16 09:07:55 -04:00
parent 70b7ce360c
commit a18b2a94cf
2 changed files with 13 additions and 1 deletions

View File

@ -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);
}
/*********************************************

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long