From a63105f0a808df4c385f6c26acee1e802d0b0721 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Mon, 3 Feb 2020 13:35:33 +0100
Subject: [PATCH] Feat: Improved the parallax speed on the stars.

---
 src/styles/stars.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/styles/stars.scss b/src/styles/stars.scss
index a43ef6a..67859e0 100644
--- a/src/styles/stars.scss
+++ b/src/styles/stars.scss
@@ -28,7 +28,7 @@ html {
     height: 1px;
     background: transparent;
     box-shadow: multiple-box-shadow(7000);
-    animation			: animStar 150s linear infinite;
+    animation			: animStar 600s linear infinite;
     z-index: -5;
 
   &:after {
@@ -70,7 +70,7 @@ html {
     height: 3px;
     background: transparent;
     box-shadow:  multiple-box-shadow(1000);
-    animation: animStar 450s linear infinite;
+    animation: animStar 150s linear infinite;
     z-index: -3;
 
   &:after {
-- 
GitLab