diff options
| author | Christine Dodrill <me@christine.website> | 2020-12-01 10:25:27 -0500 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-12-01 10:25:27 -0500 |
| commit | d35f62351f800115e7f6aef7fd0791b9ac608229 (patch) | |
| tree | c87d549e2594e90db948a0b0d283b2428f58834b /css | |
| parent | 7c7981bf70ef27d76884cd0ae34fe186cc4679f1 (diff) | |
| download | xesite-d35f62351f800115e7f6aef7fd0791b9ac608229.tar.xz xesite-d35f62351f800115e7f6aef7fd0791b9ac608229.zip | |
disable snow animation for now
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'css')
| -rw-r--r-- | css/snow.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/css/snow.css b/css/snow.css index 422ba6b..23f3c0c 100644 --- a/css/snow.css +++ b/css/snow.css @@ -19,7 +19,7 @@ padding: 1em; } -@keyframes snow { - 0% {background-position: 0px 0px, 0px 0px, 0px 0px;} - 100% {background-position: 500px 1000px, 400px 400px, 300px 300px} -} +/* @keyframes snow { */ +/* 0% {background-position: 0px 0px, 0px 0px, 0px 0px;} */ +/* 100% {background-position: 500px 1000px, 400px 400px, 300px 300px} */ +/* } */ |
