Anchors that dont link to anything are white

This commit is contained in:
bingus_violet 2024-03-29 16:55:40 -05:00
parent 3f87946f89
commit 290a37c5f3
3 changed files with 8 additions and 4 deletions

View file

@ -65,11 +65,15 @@ body {
} }
a { a {
color: rgb(175, 225, 255);
display: inline-block; display: inline-block;
transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1); transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
} }
a[href] {
color: rgb(175, 225, 255);
}
h3 { h3 {
font-size: 1.5rem; font-size: 1.5rem;
padding: 10px; padding: 10px;

View file

@ -51,7 +51,7 @@
<p>List of services for public use hosted on Violet's Purgatory.</p> <p>List of services for public use hosted on Violet's Purgatory.</p>
<a href="https://sxng.violets-purgatory.dev" class="chip">SearXNG: sxng.violets-purgatory.dev</a> <a href="https://sxng.violets-purgatory.dev" class="chip">SearXNG: sxng.violets-purgatory.dev</a>
<br> <br>
<p class="chip">Matrix: matrix.violets-purgatory.dev</p> <a class="chip">Matrix: matrix.violets-purgatory.dev</a>
<a href="https://element.violets-purgatory.dev" class="chip">Element: element.violets-purgatory.dev</a> <a href="https://element.violets-purgatory.dev" class="chip">Element: element.violets-purgatory.dev</a>
<hr> <hr>
<h1>Socials</h1> <h1>Socials</h1>

View file

@ -35,8 +35,8 @@
<div> <div>
<h3>Chat</h3> <h3>Chat</h3>
<a class="chip" href="https://matrix.to/#/@bingus_violet:matrix.violets-purgatory.dev">Matrix: @bingus_violet:&ZeroWidthSpace;matrix.violets-purgatory.dev</a> <a class="chip" href="https://matrix.to/#/@bingus_violet:matrix.violets-purgatory.dev">Matrix: @bingus_violet:&ZeroWidthSpace;matrix.violets-purgatory.dev</a>
<p class="chip">Discord: {DISCORD_USER}</p> <a class="chip">Discord: {DISCORD_USER}</a>
<p class="chip">Revolt: Bingus{Violet}#5573</p> <a class="chip">Revolt: Bingus{Violet}#5573</a>
</div> </div>
</div> </div>
<div class="grid-child"> <div class="grid-child">