diff --git a/css/style.css b/css/snow.css similarity index 77% rename from css/style.css rename to css/snow.css index e9b8afd..0d35983 100644 --- a/css/style.css +++ b/css/snow.css @@ -1,10 +1,8 @@ /* thanks https://github.com/hyperstown/pure-snow.js/blob/master/style.css <3 */ body { - background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%); overflow-x: hidden; min-height: 100vh; overflow-y: hidden; - color: white; } .snowflake { @@ -14,4 +12,4 @@ body { background: linear-gradient(white, white); border-radius: 50%; filter: drop-shadow(0 0 10px white); -} \ No newline at end of file +}