diff --git a/constants.json b/constants.json index 81d398a..db6f4c1 100644 --- a/constants.json +++ b/constants.json @@ -27,12 +27,14 @@ "The background during the opening animation looks very wrong on Chromium, but its fine on Firefox... oops!", "I should add a chance for there to not be a quote here just to screw with people", "Did you know on the 10th, 20th, and 30th of every month it rains? Wow!", - "Mercenary Risk of Rain <3", + "Mercenary Risk of Rain <3", + "This font pleases me but I wish I could make hearts. <. Look at that thing. Hideous.", "Teto", "" ], "titles": [ - "World's Worst Developer" + "The Developer Of All Time", + "#1 NA Mercenary RoR2 main" ], "thumborInstances": [ "https://thumbor-production-0e82.up.railway.app/", @@ -119,6 +121,7 @@ { "words": [ "Forgejo", + "Firefox", "HTML", ".html", "Shortcat", @@ -291,7 +294,9 @@ }, { "words": [ - "Risk of Rain 2" + "Risk of Rain 2", + "RoR2", + "Chromium" ], "color": "rgb(150, 220, 255)", "caseInsensitive": true diff --git a/static/index.html b/static/index.html index dd9c60e..afac244 100644 --- a/static/index.html +++ b/static/index.html @@ -36,7 +36,8 @@

Make sure to check out this project on Forgejo!


-

{Violet}

+

{Violet}

+

{RANDOM_TITLE}

@@ -105,7 +106,8 @@

Credits

{PATH_STATS} diff --git a/static/root.css b/static/root.css index c070e46..be50636 100644 --- a/static/root.css +++ b/static/root.css @@ -7,6 +7,13 @@ body { animation: hideContent 1s; } +.small { + padding: 0; + margin: 0; + color: darkgray; + filter: contrast(0.75) +} + .mainTitle { font-size: min(calc(2rem + 2vw), 3rem); display: block;