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
| body { | |
| color: white; | |
| font-size: 1.5em; | |
| font-weight: 300; | |
| -webkit-font-smoothing: antialiased; | |
| background: #A8C6F7; | |
| background: -moz-radial-gradient(center, ellipse cover, #A8C6F7 0%, #6097FE 100%); | |
| background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#A8C6F7), color-stop(100%,#6097FE)); | |
| background: -webkit-radial-gradient(center, ellipse cover, #A8C6F7 0%,#6097FE 100%); |