diff options
| -rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -485,8 +485,8 @@ img { background-size: 300%; background-clip: text; -webkit-background-clip: text; - /* color: transparent; */ - /* -webkit-text-fill-color: transparent; */ + color: transparent; + -webkit-text-fill-color: transparent; animation: asciiFlow 5s linear infinite; @include mobile { |
