From de776c563caaef43c624fd4432ea1e0d5f72acb6 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 7 Mar 2024 13:19:44 -0600 Subject: [PATCH] New BG color, fixed start anim, and gave card rain different colors --- overcomplicatedStatuses.js | 2 +- static/global.css | 2 +- static/root.css | 14 ++++++++++++++ weatherGenerator.js | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/overcomplicatedStatuses.js b/overcomplicatedStatuses.js index 1f1bc56..0938991 100644 --- a/overcomplicatedStatuses.js +++ b/overcomplicatedStatuses.js @@ -93,7 +93,7 @@ module.exports = { return 'imgs/notFound.png' } - return '/cached/' + fn + return './cached/' + fn } function songStats() { diff --git a/static/global.css b/static/global.css index 0408a2e..0f04863 100644 --- a/static/global.css +++ b/static/global.css @@ -55,7 +55,7 @@ body { overflow-x: hidden; background-color: rgb(15, 4, 45); - background: linear-gradient(rgb(35, 4, 75), black); + background: linear-gradient(rgb(65, 4, 85), black); background-attachment: local; diff --git a/static/root.css b/static/root.css index a3cc8a6..02a89a5 100644 --- a/static/root.css +++ b/static/root.css @@ -135,6 +135,20 @@ img:not(.project-inner > div > img):not(.activity>img) { position: relative; } +body { + animation: heightIncrease 3s; + min-height: 100vh; +} + +@keyframes heightIncrease { + 0% { + overflow: hidden; + min-height: 200vh; + } + 100% { + min-height: 300vh; + } +} @keyframes mainText { 0% { diff --git a/weatherGenerator.js b/weatherGenerator.js index a08e085..88bdd17 100644 --- a/weatherGenerator.js +++ b/weatherGenerator.js @@ -9,7 +9,7 @@ module.exports = { `