File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ body::before {
101101 --c-dot--error : var (--colorful-error-color );
102102}
103103
104- # words .word : has ( ~ . active ) letter {
104+ # words .typed letter {
105105 animation : toDust 200ms ease-out 0ms 1 forwards !important ;
106106}
107- # words .word : has ( ~ . active ) letter ::after {
107+ # words .typed letter ::after {
108108 animation : fadeIn 100ms ease-in 100ms 1 forwards;
109109}
110110
@@ -124,7 +124,7 @@ body::before {
124124 opacity : 0 ;
125125}
126126
127- # wordsWrapper .word : has ( ~ . active ) letter ::after {
127+ # wordsWrapper .typed letter ::after {
128128 background : var (--c-dot );
129129}
130130
@@ -143,12 +143,12 @@ hint {
143143}
144144
145145@media (prefers-reduced-motion) {
146- # words .word : has ( ~ . active ) letter {
146+ # words .typed letter {
147147 animation : none !important ;
148148 transform : scale (0.4 );
149149 color : transparent;
150150 }
151- # words .word : has ( ~ . active ) letter ::after {
151+ # words .typed letter ::after {
152152 animation : none !important ;
153153 opacity : 1 ;
154154 }
You can’t perform that action at this time.
0 commit comments