From df9b17f19d2109dae61f9c35c8fb16894935be77 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 7 Jan 2021 14:13:17 -0500 Subject: [PATCH] some stuff make '.contact a' have opacity of 0 so if i'm a numbnuts and puts text in one of those links make hover transition faster too --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index ee36bab..ed8b961 100644 --- a/styles.css +++ b/styles.css @@ -23,7 +23,7 @@ a { text-align: center; opacity: .9; position: relative; - transition: opacity .5s; + transition: opacity .25s; } /* some hacky shit to make
s clickable. basically just makes an in a
take up the full div */ @@ -33,7 +33,7 @@ a { height: 100%; top: 0; left: 0; - color: white; + opacity: 0; position: absolute; } div.contact:hover {