aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index eddc36b..8bb8939 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -27,6 +27,7 @@ body {
}
.typewriter h1 {
+ display: none;
overflow: hidden;
border-right: .15em solid white;
white-space: nowrap;
@@ -35,7 +36,6 @@ body {
animation:
typing 1s steps(40, end),
blink-caret .75s step-end infinite;
- animation-delay: 1s;
}
.heading {