|
9 | 9 | --colorful-error-color: #ff0008; |
10 | 10 | } |
11 | 11 |
|
12 | | -#logo { |
| 12 | +.logo { |
13 | 13 | background: linear-gradient( |
14 | 14 | 90deg, |
15 | 15 | #60b6ce, |
|
29 | 29 | animation: rainbow-gradient 30s alternate ease-in-out infinite; |
30 | 30 | } |
31 | 31 |
|
32 | | -header #logo .top, |
33 | | -.account .levelAndBar .level, |
34 | | -[aria-label][data-balloon-pos]::after { |
35 | | - -webkit-text-fill-color: initial; |
36 | | -} |
37 | | - |
38 | | -.textButton:hover, |
39 | | -#restartTestButton:hover > i, |
40 | | -#restartTestButton:hover > i, |
41 | | -#showWordHistoryButton:hover > i, |
42 | | -#saveScreenshotButton:hover > i, |
43 | | -#restartTestButtonWithSameWordset:hover > i, |
44 | | -#nextTestButton:hover > i, |
45 | | -#practiseWordsButton:hover > i, |
46 | | -#watchReplayButton:hover > i, |
47 | | -#watchVideoAdButton:hover > i { |
48 | | - background: linear-gradient( |
49 | | - 90deg, |
50 | | - #60b6ce, |
51 | | - #7ce3e1, |
52 | | - #b2e259, |
53 | | - #f6ee75, |
54 | | - #f5b83d, |
55 | | - #f49a98, |
56 | | - #ed7abd, |
57 | | - #dea2fa, |
58 | | - #a966f5 |
59 | | - ); |
60 | | - background-size: 500% auto; |
61 | | - background-clip: text; |
62 | | - -webkit-background-clip: text; |
63 | | - -webkit-text-fill-color: transparent; |
64 | | - animation: rainbow-gradient 5s alternate ease-in-out infinite; |
65 | | - transition: all 1s ease; |
66 | | -} |
67 | | - |
68 | | -.current-theme.textButton { |
69 | | - animation: rainbow-infinite-loop 5s alternate ease-in-out infinite; |
70 | | -} |
71 | | - |
72 | | -.current-theme.textButton:hover { |
73 | | - -webkit-text-fill-color: initial; |
74 | | -} |
75 | | - |
76 | 32 | @keyframes rainbow { |
77 | 33 | 0% { |
78 | 34 | color: #60b6ce; |
@@ -168,41 +124,14 @@ header #logo .top, |
168 | 124 | color: #ff000075; |
169 | 125 | } |
170 | 126 | } |
171 | | - |
172 | | -#words.flipped .word { |
173 | | - animation: rainbow-infinite-loop 30s linear infinite; |
174 | | -} |
175 | | - |
176 | | -#words.flipped .word letter.correct { |
177 | | - color: var(--sub-color); |
178 | | -} |
179 | | - |
180 | | -#words:not(.flipped) .word letter.correct { |
181 | | - animation: rainbow 7.5s ease-in-out forwards; |
182 | | -} |
183 | | - |
184 | | -#liveStatsTextTop.timerMain, |
185 | | -#liveStatsTextBottom.timerMain, |
186 | | -#liveStatsMini.timerMain { |
187 | | - animation: rainbow-infinite-loop 30s linear infinite; |
188 | | -} |
189 | | - |
190 | | -.word letter.incorrect { |
191 | | - animation: error-repeat 1s alternate ease-in-out infinite; |
192 | | -} |
193 | | - |
194 | | -button:hover { |
| 127 | +button:hover, |
| 128 | +.input-row, |
| 129 | +.chat-bubble-user-content:hover, |
| 130 | +.command-palette, |
| 131 | +.search-chats { |
195 | 132 | animation: glowing-button 2s alternate ease-in-out infinite; |
196 | 133 | } |
197 | 134 |
|
198 | | -.row .textButton:not(.active) { |
199 | | - color: #999999; |
200 | | -} |
201 | | - |
202 | | -.textButton.active { |
203 | | - color: #111111; |
204 | | -} |
205 | | - |
206 | 135 | @keyframes light-rainbow-infinite-loop { |
207 | 136 | 0% { |
208 | 137 | color: #60b6ce; |
|
0 commit comments