From 9b715b1ad8f995b93c9e6dc146f180939a31ad71 Mon Sep 17 00:00:00 2001 From: yzoug Date: Tue, 26 Nov 2024 18:32:27 +0100 Subject: [PATCH] Change blinking animation for SVG logo --- sass/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/custom.scss b/sass/custom.scss index 78dbf1f..7746f91 100644 --- a/sass/custom.scss +++ b/sass/custom.scss @@ -7,7 +7,7 @@ svg { width: 100%; height: 100%; - .white { + .whitish, .greenish, .green{ animation: neonblink 8s linear infinite; } }