diff options
author | Michael Hunteman <michael@huntm.net> | 2024-11-25 18:24:08 -0800 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-11-25 18:24:08 -0800 |
commit | 2ccc9a5dcd85b616ed006ec88173ecc56e12c20e (patch) | |
tree | 872fb92493a3f20f29928fc9efaaf8a8195752d0 /client/src/blurry-load.css | |
parent | ea42387252c30a198f8f6251c5960f865e01b229 (diff) |
Revert "Blurry load"
This reverts commit fab698d676d43a46b0fd5df592915ca12111dbcb.
Diffstat (limited to 'client/src/blurry-load.css')
-rw-r--r-- | client/src/blurry-load.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/client/src/blurry-load.css b/client/src/blurry-load.css deleted file mode 100644 index df1dd09..0000000 --- a/client/src/blurry-load.css +++ /dev/null @@ -1,8 +0,0 @@ -.blurry-load { - filter: blur(6px); - transition: all .6s ease-in; -} - -.blur-out { - filter: none!important -}
\ No newline at end of file |