Remove the snow effect we had added for xmas

This commit is contained in:
Jonny Barnes 2024-02-17 18:20:56 +00:00
parent 3d74174bab
commit 4f5f4132d6
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -27,11 +27,6 @@
<link rel="pgpkey" href="/assets/jonnybarnes-public-key-ecc.asc">
</head>
<body class="grid">
<is-land on:media="(prefers-reduced-motion: no-preference)">
<snow-fall
style="--snow-fall-color: oklch(36.14% 0.224 277.28)"
></snow-fall>
</is-land>
<header id="site-header">
<h1>
<a rel="author" href="/">{{ config('user.display_name') }}</a>
@ -76,8 +71,6 @@
<!--scripts go here when needed-->
@section('scripts')
<script type="module" src="/assets/frontend/is-land.js"></script>
<script type="module" src="/assets/frontend/snow-fall.js"></script>
<script type="module" src="/assets/js/app.js"></script>
@show
</body>