Only use new purple on title
This commit is contained in:
parent
13eb660ac3
commit
91337ac477
3 changed files with 4 additions and 2 deletions
|
@ -164,7 +164,7 @@
|
||||||
"Limbo",
|
"Limbo",
|
||||||
"The Watcher"
|
"The Watcher"
|
||||||
],
|
],
|
||||||
"color": "rgb(175, 125, 255)"
|
"color": "rgb(200, 150, 255)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"words": [
|
"words": [
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue