From 07b67eee74df0914754b760ab1178f1d2f374bbd Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 19 Oct 2023 13:06:50 -0400 Subject: fix naming --- css/website.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/website.css b/css/website.css index bb4c639..c784443 100644 --- a/css/website.css +++ b/css/website.css @@ -182,15 +182,18 @@ a:hover { background-color: #0000004d; } -.reveal_content { -/* transform: translateY(100%); */ +.glow { animation: reveal 1.7s forwards; animation-delay: .5s; } +.h2t.glow { + animation-delay: 1s; +} + @keyframes reveal { from { - text-shadow: 0 0 0px #c7631700; + text-shadow: 0 0 0px transparent; } to { text-shadow: 0 0 100px; -- cgit v1.2.3