styles.scss 131 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 html, body { height: 100% !important; width: 100% !important; } .blur { filter: blur(10px); -webkit-filter: blur(10px); }