File tree Expand file tree Collapse file tree 2 files changed +12
-24
lines changed
Expand file tree Collapse file tree 2 files changed +12
-24
lines changed Original file line number Diff line number Diff line change 353353 .hero-image {
354354 }
355355
356+ .terminal-cursor {
357+ display : inline-block ;
358+ animation : blink 1s step-end infinite ;
359+ color : var (--gold-primary );
360+ font-weight : bold ;
361+ }
362+
356363 .profile-image-wrapper {
357364 position : relative ;
358365 width : 300px ;
@@ -607,21 +614,14 @@ p {
607614 }
608615}
609616
610- @keyframes typing {
611- 0% {
612- width : 0 ;
613- }
614- 100% {
615- width : 100% ;
616- }
617- }
617+
618618
619619@keyframes blink {
620- 0%, 50% {
621- border-color : var ( --gold-primary );
620+ 0%, 50% {
621+ opacity : 1 ;
622622 }
623- 51%, 100% {
624- border-color : transparent ;
623+ 51%, 100% {
624+ opacity : 0 ;
625625 }
626626}
627627
Original file line number Diff line number Diff line change @@ -92,18 +92,6 @@ <h3>Connect</h3>
9292</ section >
9393
9494< style >
95- .terminal-cursor {
96- display : inline-block;
97- animation : blink 1s step-end infinite;
98- color : var (--gold-primary );
99- font-weight : bold;
100- }
101-
102- @keyframes blink {
103- 0% , 50% { opacity : 1 ; }
104- 51% , 100% { opacity : 0 ; }
105- }
106-
10795 .hero-title , .hero-subtitle , .hero-description {
10896 min-height : 1.2em ;
10997 }
You can’t perform that action at this time.
0 commit comments