blah colors

This commit is contained in:
Bingus_Violet 2023-11-16 21:43:36 +00:00
parent e97b795e03
commit e839a329ab
2 changed files with 18 additions and 6 deletions

View file

@ -27,16 +27,16 @@
<p>Due to changes in hosting, some services are still down. SearX (the original) has decent uptime, but SearXNG will be continiously going back up and down. Univerter & Fortnite have currently no efforts put towards getting them back up.</p> <p>Due to changes in hosting, some services are still down. SearX (the original) has decent uptime, but SearXNG will be continiously going back up and down. Univerter & Fortnite have currently no efforts put towards getting them back up.</p>
<p>I may soon attempt to create a status indicator, so that users can know if services are running properly. Although, dont expect it! If you would have any ideas as to how to do that, then please let me know!</p> <p>I may soon attempt to create a status indicator, so that users can know if services are running properly. Although, dont expect it! If you would have any ideas as to how to do that, then please let me know!</p>
<hr> <hr>
<p>Things with a green border are made by <em>me</em>. Everything else is made by someone else. </p> <p>Things with a green border are up, things with a yellow border are inconsistent or have problems, things with a red border are down. </p>
<h2><hr>Social Media:</h2> <h2><hr>Social Media:</h2>
<p class="chip me">Univerter (Report issues <a href="https://github.com/Violets-puragtory/NoJS-YTConverter">here</a>!): <a href="https://yt.violets-purgatory.dev">yt.violets-purgatory.dev</a></p> <p class="chip up">Univerter (Report issues <a href="https://github.com/Violets-puragtory/NoJS-YTConverter">here</a>!): <a href="https://yt.violets-purgatory.dev">yt.violets-purgatory.dev</a></p>
<p>Planned: Matrix, Mastodon</p> <p>Planned: Matrix, Mastodon</p>
<h2><hr>Search engines/utilities:</h2> <h2><hr>Search engines/utilities:</h2>
<p class="chip">SearX: <a href="https://sx.violets-purgatory.dev">sx.violets-purgatory.dev</a></p> <p class="chip up">SearX: <a href="https://sx.violets-purgatory.dev">sx.violets-purgatory.dev</a></p>
<p class="chip">SearXNG: <a href="https://sxng.violets-purgatory.dev">sxng.violets-purgatory.dev</a></p> <p class="chip mid">SearXNG: <a href="https://sxng.violets-purgatory.dev">sxng.violets-purgatory.dev</a></p>
<p>Nothing planned...</p> <p>Nothing planned...</p>
<h2><hr>Etc / Funny</h2> <h2><hr>Etc / Funny</h2>
<p class="chip">Fortnite (Web edition!): <a href="https://fortnite.violets-purgatory.dev">fortnite.violets-purgatory.dev</a></p> <p class="chip down">Fortnite (Web edition!): <a href="https://fortnite.violets-purgatory.dev">fortnite.violets-purgatory.dev</a></p>
<p>Nothing planned.</p> <p>Nothing planned.</p>
<hr> <hr>
<p>Have any ideas of what I should host? Submit an issue with your idea to codeberg!</p> <p>Have any ideas of what I should host? Submit an issue with your idea to codeberg!</p>

View file

@ -165,3 +165,15 @@ hr {
transform: none; transform: none;
} }
} }
.up {
border-color: limegreen;
}
.mid {
border-color: yellow;
}
.down {
border-color: red;
}