Anchors that dont link to anything are white
This commit is contained in:
parent
3f87946f89
commit
290a37c5f3
3 changed files with 8 additions and 4 deletions
|
@ -65,11 +65,15 @@ body {
|
|||
}
|
||||
|
||||
a {
|
||||
color: rgb(175, 225, 255);
|
||||
display: inline-block;
|
||||
transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
}
|
||||
|
||||
a[href] {
|
||||
color: rgb(175, 225, 255);
|
||||
}
|
||||
|
||||
|
||||
h3 {
|
||||
font-size: 1.5rem;
|
||||
padding: 10px;
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<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>
|
||||
<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>
|
||||
<hr>
|
||||
<h1>Socials</h1>
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
<div>
|
||||
<h3>Chat</h3>
|
||||
<a class="chip" href="https://matrix.to/#/@bingus_violet:matrix.violets-purgatory.dev">Matrix: @bingus_violet:​matrix.violets-purgatory.dev</a>
|
||||
<p class="chip">Discord: {DISCORD_USER}</p>
|
||||
<p class="chip">Revolt: Bingus{Violet}#5573</p>
|
||||
<a class="chip">Discord: {DISCORD_USER}</a>
|
||||
<a class="chip">Revolt: Bingus{Violet}#5573</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid-child">
|
||||
|
|
Loading…
Reference in a new issue