diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-03-30 23:51:37 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-03-30 23:51:37 -0400 |
commit | 8dc7ae85a1794f35d56caa943e1e384a45c478dd (patch) | |
tree | cd9f02dc58bb85ed7436f061460928c264bd0f73 /css | |
parent | 2c78eea0ca9496d5eb0e72d92b49aef8b220ef1d (diff) | |
download | fosdem-2018-presentation-8dc7ae85a1794f35d56caa943e1e384a45c478dd.tar fosdem-2018-presentation-8dc7ae85a1794f35d56caa943e1e384a45c478dd.tar.gz |
adjustments to custom state events
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/css/main.css b/css/main.css index 6269d24..d2887bf 100644 --- a/css/main.css +++ b/css/main.css @@ -901,11 +901,7 @@ html { * STATES *********************************************/ -.blur body { - -} - -.blur #reveal * { +.blurred #reveal * { color: rgba( 255, 255, 255, 0 ); text-shadow: 0px 0px 5px #fff; |