From c6cbddfcd8ea9a4c4df4d98cdcc802fd4b3a5dd2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 14 Nov 2023 07:08:58 +0000 Subject: [PATCH] Theme Files Update --- assets/scss/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 422d553..80686cc 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -920,7 +920,7 @@ a.footnote-ref { white-space: nowrap; /* Keeps the content on a single line */ margin: 0 auto 1.5em auto; /* Gives that scrolling effect as the typing happens */ // letter-spacing: .100em; /* Adjust as needed */ - animation: typing 5s steps({{ strings.RuneCount .Site.Params.homeSubtitle }}, end),blink-caret .75s step-end infinite; + animation: typing 5s steps({{ strings.RuneCount .Site.Params.homeSubtitle }}, end),blink-caret .75s linear 5.1s infinite; } /* The typing effect */