From 326ad98235bec021f49878a87bda5cbee9574edf Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 4 Jan 2021 23:52:48 -0500 Subject: [PATCH] add background colors to contacts --- index.html | 14 +++++++------- styles.css | 5 +++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 76135a1..117c7c9 100644 --- a/index.html +++ b/index.html @@ -16,31 +16,31 @@

Email: cesium2349@protonmail.com (PGP Key)
not an exhaustive list of my entire presence on the internet but stuff on this list is definitely me

-
+

Discord

Cesium#5061

-
+

GitHub

CesiumCs

-
+

Instagram

c.es.ium

-
+

YouTube

Cesium

-
+

Reddit

unfunnycesium

-
+

Keybase

cesium2349

-
+

Twitter

cesium2349

diff --git a/styles.css b/styles.css index 20d80a2..19dadec 100644 --- a/styles.css +++ b/styles.css @@ -10,6 +10,11 @@ a { text-decoration: none; text-shadow: 0 0 5px; } +.contact a { + color: white; + text-decoration: underline; + text-shadow: none; +} @font-face { font-family: "Open Sans"; src: url(assets/OpenSans-Regular.ttf);