diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-04-21 21:10:16 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-04-21 21:10:16 -0400 |
commit | 9f732edf823ae273f319094dc3acb2a9f536de86 (patch) | |
tree | 29dfaee9a3fe5b9abb8d7ddf6d7688edae908b9a /css/reveal.css | |
parent | 914a12e9cfa6837cb3d875a90a49633989d03594 (diff) | |
download | freenode-live-2017-presentation-9f732edf823ae273f319094dc3acb2a9f536de86.tar freenode-live-2017-presentation-9f732edf823ae273f319094dc3acb2a9f536de86.tar.gz |
more state backgrounds
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/css/reveal.css b/css/reveal.css index 2c60106..2a1f403 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -1244,13 +1244,19 @@ body { background: rgba( 255, 255, 255, 0.6 ); } .cobalt .reveal .state-background { - background: rgba( 22, 152, 213, .6 ); + background: rgba( 22, 152, 213, 0.6 ); } .mint .reveal .state-background { - background: rgba( 22, 213, 75, .6 ); + background: rgba( 22, 213, 75, 0.6 ); } .submerge .reveal .state-background { - background: rgba(12, 25, 77, .6); + background: rgba( 12, 25, 77, 0.6); +} +.lila .reveal .state-background { + background: rgba( 180, 50, 140, 0.6 ); +} +.sunset .reveal .state-background { + background: rgba( 255, 122, 0, 0.6 ); } |