Only use new purple on title

This commit is contained in:
bingus_violet 2024-09-29 17:07:31 -05:00
parent 13eb660ac3
commit 91337ac477
3 changed files with 4 additions and 2 deletions

View file

@ -164,7 +164,7 @@
"Limbo", "Limbo",
"The Watcher" "The Watcher"
], ],
"color": "rgb(175, 125, 255)" "color": "rgb(200, 150, 255)"
}, },
{ {
"words": [ "words": [

View file

@ -26,7 +26,7 @@
<body> <body>
{WEATHER_MODIFIER} {WEATHER_MODIFIER}
<h1 class="animatedTitle">Welcome to <span class="mainTitle">Violet's Purgatory</span><span class="note">Commit {COMMIT_COUNT}</span></h1> <h1 class="animatedTitle">Welcome to <span class="mainTitle noHighlight">Violet's Purgatory</span><span class="note">Commit {COMMIT_COUNT}</span></h1>
<main class="animatedMain"> <main class="animatedMain">
<p>Make sure to check out this project on <a href="https://git.violets-purgatory.dev/bingus_violet/violets-purgatory">Forgejo</a>!</p> <p>Make sure to check out this project on <a href="https://git.violets-purgatory.dev/bingus_violet/violets-purgatory">Forgejo</a>!</p>
<hr> <hr>

View file

@ -12,6 +12,8 @@ body {
display: block; display: block;
padding-top: 5px; padding-top: 5px;
line-height: min(calc(2.2rem + 2vw), 3rem); line-height: min(calc(2.2rem + 2vw), 3rem);
color: rgb(175, 125, 255);
} }
#card { #card {