From 290a37c5f3e292c73d21b8b31990587e9061d2af Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 29 Mar 2024 16:55:40 -0500 Subject: [PATCH] Anchors that dont link to anything are white --- static/global.css | 6 +++++- static/index.html | 2 +- static/socials/index.html | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/static/global.css b/static/global.css index 1921889..d7ce44f 100644 --- a/static/global.css +++ b/static/global.css @@ -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; diff --git a/static/index.html b/static/index.html index 517610b..6bbf570 100644 --- a/static/index.html +++ b/static/index.html @@ -51,7 +51,7 @@

List of services for public use hosted on Violet's Purgatory.

SearXNG: sxng.violets-purgatory.dev
-

Matrix: matrix.violets-purgatory.dev

+ Matrix: matrix.violets-purgatory.dev Element: element.violets-purgatory.dev

Socials

diff --git a/static/socials/index.html b/static/socials/index.html index 65e5df8..071c131 100644 --- a/static/socials/index.html +++ b/static/socials/index.html @@ -35,8 +35,8 @@

Chat

Matrix: @bingus_violet:​matrix.violets-purgatory.dev -

Discord: {DISCORD_USER}

-

Revolt: Bingus{Violet}#5573

+ Discord: {DISCORD_USER} + Revolt: Bingus{Violet}#5573