I am the dumb

This commit is contained in:
bingus_violet 2024-01-12 17:48:19 +00:00
parent 5d879979a9
commit 9c5ac7bf56
4 changed files with 5 additions and 3 deletions

View file

@ -225,6 +225,8 @@ function pageUpdate() {
html = html.replace("{SEASONAL_EFFECT}", "")
}
html = '<!-- The following code is dynamically generated, I apologize for any formatting errors. Please view the "resources/mainPage.html" on the codeberg repository for something more readable. -->\n' + html
fs.writeFileSync(path.join(__dirname, 'static/index.html'), html)
}

View file

@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="../../style.css">
<meta content="Discord Status - Violet's Purgatory" property="og:title" />

View file

@ -22,7 +22,7 @@
<p>Just some fun things that really don't have use on the main page but exist anyway!</p>
<div class="fadediv container-fluid ">
<a href="./discord">Dynamic Discord Status (Javascript, W.I.P)</a>
<p class="chip"><a href="./discord">Dynamic Discord Status (Javascript, W.I.P)</a></p>
</div>
</body>
</html>

View file

@ -78,7 +78,7 @@ a {
}
.chip:hover {
/* background-color: rgb(20, 10, 30); */
background-color: rgb(20, 10, 30);
transform: scale(1);
/* font-size: 1.35rem; */
border-color: white;