From 124a68bcf498882a8d8308418e039c5be762dc47 Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 30 Aug 2023 19:39:08 +0200 Subject: [PATCH] fix(frontend): re-enable navbar animation --- assets/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 7e51da5..35b68b6 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -250,7 +250,7 @@ div.call-to-action-box { --maxStrokeLengthNeg: -2001.85791015625; stroke-dasharray: var(--maxStrokeLength); stroke-dashoffset: var(--maxStrokeLength); - /*animation: logosignal 2s linear infinite;*/ + animation: logosignal 2s linear infinite; } @keyframes logoheart {