Skip to content

Commit

Permalink
chore: remove snow animation
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Feb 18, 2025
1 parent 95cd0f9 commit 94badb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@
window.matchMedia("(prefers-color-scheme: dark)").matches),
);
</script>
<!-- Add snow for non-Safari browsers -->
<script>
const isSafari = /^((?!chrome|android).)*safari/i.test(
navigator.userAgent,
);
document.documentElement.classList.toggle("snow", !isSafari);
</script>

<!-- Inject main styles to index.html -->
<style>
Expand Down
1 change: 0 additions & 1 deletion src/app/styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import "@fontsource-variable/rubik";
@import "@fontsource/fuzzy-bubbles";
@import "@fontsource/roboto";
@import "./styles-snow.css";

@tailwind base;
@tailwind components;
Expand Down

0 comments on commit 94badb1

Please sign in to comment.