summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-12-10 22:36:06 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2025-12-10 22:36:06 -0500
commit44a3d939c8ace16144f1d9e7b910892a01d7fd7f (patch)
treec7a01e023f28168576d70b2d09cb4d77dbf4f67b /themes/hugo-coder/layouts/_default/baseof.html
parent9f64ddef1f4b796e452774e4f5c944d68f1ffb6d (diff)
fix snow positioning on scrollHEADmain
Diffstat (limited to 'themes/hugo-coder/layouts/_default/baseof.html')
-rw-r--r--themes/hugo-coder/layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html
index 3e0f4cd..f981b50 100644
--- a/themes/hugo-coder/layouts/_default/baseof.html
+++ b/themes/hugo-coder/layouts/_default/baseof.html
@@ -29,7 +29,7 @@
29 height: 5px; 29 height: 5px;
30 border-radius: 50%; 30 border-radius: 50%;
31 background-color: white; 31 background-color: white;
32 position: absolute; 32 position: fixed;
33 transform: translate(var(--x), var(--y)); 33 transform: translate(var(--x), var(--y));
34 animation: snow var(--s) linear var(--d) infinite; 34 animation: snow var(--s) linear var(--d) infinite;
35 } 35 }