summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-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 }