Skip to content

Commit f3baf4d

Browse files
committed
Keep cursor blinking forever on subtitle, remove from title and description
1 parent f5ba297 commit f3baf4d

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

index.html

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ <h3>Connect</h3>
122122
.typewriter-delay-1::after {
123123
content: '_';
124124
color: var(--gold-primary);
125-
animation:
126-
blink-caret 0.75s step-end infinite 0.9s,
127-
hide-cursor-1 0s 1.6s forwards;
125+
animation: blink-caret 0.75s step-end infinite 0.9s;
128126
}
129127

130128
.typewriter-delay-2 {
@@ -135,14 +133,6 @@ <h3>Connect</h3>
135133
opacity: 0;
136134
}
137135

138-
.typewriter-delay-2::after {
139-
content: '_';
140-
color: var(--gold-primary);
141-
animation:
142-
blink-caret 0.75s step-end infinite 1.7s,
143-
hide-cursor-2 0s 2.5s forwards;
144-
}
145-
146136
@keyframes typing {
147137
from { width: 0; }
148138
to { width: 100%; }
@@ -160,20 +150,6 @@ <h3>Connect</h3>
160150
}
161151
}
162152

163-
@keyframes hide-cursor-1 {
164-
to {
165-
content: '';
166-
display: none;
167-
}
168-
}
169-
170-
@keyframes hide-cursor-2 {
171-
to {
172-
content: '';
173-
display: none;
174-
}
175-
}
176-
177153
@keyframes fade-in {
178154
from { opacity: 0; }
179155
to { opacity: 1; }

0 commit comments

Comments
 (0)