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 +