Skip to content

Commit

Permalink
Update and rename style.css to snow.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Squirrel authored Nov 4, 2024
1 parent 2f21c39 commit 9719d66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions css/style.css → css/snow.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -14,4 +12,4 @@ body {
background: linear-gradient(white, white);
border-radius: 50%;
filter: drop-shadow(0 0 10px white);
}
}

0 comments on commit 9719d66

Please sign in to comment.