Skip to content

Commit ff7a4e6

Browse files
committed
update style.css removing unused styles
1 parent 801a788 commit ff7a4e6

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/styles/style.css

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -76,25 +76,3 @@ body {
7676
background-size: 400% 400%;
7777
animation: gradientFlow 20s ease infinite;
7878
}
79-
80-
.snow {
81-
position: absolute;
82-
width: 100%;
83-
height: 100%;
84-
pointer-events: none;
85-
background-image: url("https://cdn.jsdelivr.net/gh/innocenzi/tailwind-snow/snowflake.svg");
86-
animation: snow 10s linear infinite;
87-
opacity: 0.5;
88-
background-repeat: repeat;
89-
background-size: 50px;
90-
animation: snow 20s ease infinite;
91-
}
92-
93-
@keyframes snow {
94-
0% {
95-
background-position: 0 -100px;
96-
}
97-
100% {
98-
background-position: 0 100vh;
99-
}
100-
}

0 commit comments

Comments
 (0)