File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 " olivia" ,
2020 " bliss" ,
2121 " mizu" ,
22- " metaverse"
22+ " metaverse" ,
23+ " shadow" ,
24+ " mint" ,
25+ " miami"
2326]
Original file line number Diff line number Diff line change 1+ : root {
2+ --bg-color : # f35588 ;
3+ --main-color : # 05dfd7 ;
4+ --caret-color : # a3f7bf ;
5+ --sub-color : # fff591 ;
6+ --error-color : # 9d72ff ;
7+ }
8+
9+ .word letter .incorrect ,
10+ .word .error ,
11+ .word letter .incorrect .extra {
12+ color : var (--error-color );
13+ }
14+
15+ .word .error {
16+ border-bottom : solid 2px var (--error-color );
17+ }
Original file line number Diff line number Diff line change 1+ : root {
2+ --bg-color : # 05385b ;
3+ --main-color : # 5cdb95 ;
4+ --caret-color : # 5cdb95 ;
5+ --sub-color : # edf5e1 ;
6+ --error-color : # F35588 ;
7+ }
8+
9+ .word letter .incorrect ,
10+ .word .error ,
11+ .word letter .incorrect .extra {
12+ color : var (--error-color );
13+ }
14+
15+ .word .error {
16+ border-bottom : solid 2px var (--error-color );
17+ }
Original file line number Diff line number Diff line change 1+ : root {
2+ --bg-color : # 000 ;
3+ --main-color : # eee ;
4+ --caret-color : # eee ;
5+ --sub-color : # 444 ;
6+ }
7+
8+ @keyframes shadow {
9+ to {
10+ color : # 000 ;
11+ }
12+ }
13+
14+ @keyframes shadow-repeat {
15+ 50% {
16+ color : # 000 ;
17+ }
18+ 100% {
19+ color : # eee ;
20+ }
21+ }
22+
23+ .word .error {
24+ border-bottom : 2px solid # fff ;
25+ }
26+
27+ .word letter .incorrect {
28+ color : # fff ;
29+ }
30+
31+ .word letter .incorrect .extra {
32+ color : # fff ;
33+ }
34+
35+ # top .config .group .buttons .button .active ,
36+ # result .stats .group ,
37+ # menu .button : hover ,
38+ # top .config .group .buttons .button : hover ,
39+ a : hover {
40+ animation-name : shadow-repeat;
41+ animation-duration : 3s ;
42+ animation-iteration-count : infinite;
43+ animation-fill-mode : forwards;
44+ animation-timing-function : linear;
45+ }
46+
47+ # logo , .word letter .correct {
48+ animation-name : shadow;
49+ animation-duration : 5s ;
50+ animation-iteration-count : 1 ;
51+ animation-fill-mode : forwards;
52+ animation-timing-function : linear;
53+ }
You can’t perform that action at this time.
0 commit comments