From 91337ac4776c5a7fd626f1a7363b4f43554ccd48 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 29 Sep 2024 17:07:31 -0500 Subject: [PATCH] Only use new purple on title --- constants.json | 2 +- static/index.html | 2 +- static/root.css | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) 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} -

Welcome to Violet's PurgatoryCommit {COMMIT_COUNT}

+

Welcome to Violet's PurgatoryCommit {COMMIT_COUNT}

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 {