From 90f4262b86ab27db2f870ba66306c07f296eb9bb Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 1 Oct 2023 14:30:26 -0700 Subject: [PATCH] Removing silly text deco --- main-site/themes/temper/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main-site/themes/temper/static/css/style.css b/main-site/themes/temper/static/css/style.css index 3d32cab..b25ba1f 100644 --- a/main-site/themes/temper/static/css/style.css +++ b/main-site/themes/temper/static/css/style.css @@ -93,6 +93,10 @@ html { text-decoration: none; } +.socials:hover { + text-decoration: none; +} + .reveal-text { animation: slideIn 1.2s; animation-delay: 750ms;