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 = { `