Created
August 21, 2017 23:19
-
-
Save forksofpower/73e3d1b2d408d6b9c2a7ac82d2a5f2a6 to your computer and use it in GitHub Desktop.
Simulate retina damage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This style was pulled from: https://www.theguardian.com/science/2017/aug/21/solar-eclipse-eye-damage | |
| body { | |
| animation: eclipsed 8s ease-out infinite; | |
| opacity: 0.4; | |
| filter: blur(1px); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment