diff --git a/constants.json b/constants.json
index 203b986..46a1cca 100644
--- a/constants.json
+++ b/constants.json
@@ -164,7 +164,7 @@
"Limbo",
"The Watcher"
],
- "color": "rgb(175, 125, 255)"
+ "color": "rgb(200, 150, 255)"
},
{
"words": [
diff --git a/static/index.html b/static/index.html
index 03af0f1..4a29bf4 100644
--- a/static/index.html
+++ b/static/index.html
@@ -26,7 +26,7 @@
{WEATHER_MODIFIER}
-
Make sure to check out this project on Forgejo!
diff --git a/static/root.css b/static/root.css
index 14a75d0..ba911d8 100644
--- a/static/root.css
+++ b/static/root.css
@@ -12,6 +12,8 @@ body {
display: block;
padding-top: 5px;
line-height: min(calc(2.2rem + 2vw), 3rem);
+
+ color: rgb(175, 125, 255);
}
#card {