Commented out text-flicker

This commit is contained in:
Thomas Smith 2022-11-02 10:25:40 -04:00
parent 79969c0bef
commit 2adb15a0cf
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@
/* Text Flicker Animation */
/*
h1{
animation: text-flicker 1.5s linear;
transition: 0.2s ease-out;

View file

@ -1,5 +1,5 @@
h1{
/*h1{
animation: text-flicker 3s linear;
transition: 0.2s ease-out;
}