From d071ec88a97d83e8464bc78ee60cb72545dbb9a6 Mon Sep 17 00:00:00 2001 From: Juli Date: Sat, 14 Sep 2024 16:35:41 +0300 Subject: [PATCH] mraow --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index c8631fa..1f7b576 100644 --- a/static/style.css +++ b/static/style.css @@ -8,7 +8,7 @@ html, body{ } body * { color: #cdd6f4; - font-family: 'Atkinson Hyperlegible', 'Roboto Mono' Arial, sans-serif; + font-family: 'Atkinson Hyperlegible', 'Roboto Mono', Arial, sans-serif; } .page { display: flex; @@ -79,7 +79,7 @@ body * { #particles-js { z-index: -1; - position: absolute; + position: fixed; width: 100%; height: 100%; background-color: #1e1e2e;