diff --git a/pageUpdater.js b/pageUpdater.js index ce8ec04..950be01 100644 --- a/pageUpdater.js +++ b/pageUpdater.js @@ -82,7 +82,7 @@ function converter(html, query) { html = html.substring(0, html.indexOf("")) + bodyHTML + html.substring(html.indexOf("") + 7) - var weathers = ["rain", "none"] + var weathers = ["rain"] var weather = weathers[time.getDate() % weathers.length] diff --git a/static/global.css b/static/global.css index 0f04863..5905eaf 100644 --- a/static/global.css +++ b/static/global.css @@ -54,8 +54,8 @@ main:nth-of-type(1) { body { overflow-x: hidden; - background-color: rgb(15, 4, 45); - background: linear-gradient(rgb(65, 4, 85), black); + background-color: rgb(55, 4, 75); + background: linear-gradient(rgb(40, 4, 75), black); background-attachment: local; diff --git a/static/index.html b/static/index.html index 38b3764..ea26c33 100644 --- a/static/index.html +++ b/static/index.html @@ -29,7 +29,7 @@
-

They/Them

+

They/Them

Developer

{DISCORD_STATUS}

@@ -45,9 +45,6 @@

Make sure to check out this project on Codeberg!

{ACTIVITIES} - -


Happy 400 Commits!

-

Thanks everyone for staying with me! Here's a blog post if ur interested!!!


Services

List of services for public use hosted on Violet's Purgatory.
More are planned, don't worry!

diff --git a/static/root.css b/static/root.css index 02a89a5..6f75c6e 100644 --- a/static/root.css +++ b/static/root.css @@ -20,6 +20,8 @@ z-index: 3; position: relative; border-radius: 12px; + + box-shadow: outset rgb(35, 20, 60) 0px 0px 20px; } .animatedTitle { @@ -135,21 +137,6 @@ 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% { transform: translateY(calc(50vh - 6rem)) scale(1.5); diff --git a/static/socials/index.html b/static/socials/index.html index ad32dc5..65e5df8 100644 --- a/static/socials/index.html +++ b/static/socials/index.html @@ -21,7 +21,7 @@

Socials

-

Here's most of the sites you can find me on- if you needed that for some reason?

+

Here's most of the sites you can find me on-
if you needed that for some reason?

diff --git a/weatherGenerator.js b/weatherGenerator.js index 88bdd17..0ba9417 100644 --- a/weatherGenerator.js +++ b/weatherGenerator.js @@ -9,7 +9,7 @@ module.exports = { `