From 6a82ff0bd2cf456589e3f80eded7f9767525a595 Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 29 Jan 2024 03:49:34 +0300 Subject: [PATCH] feat: Rename cursor blinking animation --- sass/_crt.scss | 4 ++-- templates/includes/nav.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sass/_crt.scss b/sass/_crt.scss index ea16240..f1d5368 100644 --- a/sass/_crt.scss +++ b/sass/_crt.scss @@ -91,9 +91,9 @@ } .cursor { - animation: blicking 1s infinite; + animation: cursor-blink 1s infinite; - @keyframes blicking { + @keyframes cursor-blink { from { opacity: 1; } diff --git a/templates/includes/nav.html b/templates/includes/nav.html index 3d0b109..4c6e4c2 100644 --- a/templates/includes/nav.html +++ b/templates/includes/nav.html @@ -21,4 +21,4 @@ {% endif %} - \ No newline at end of file +