@@ -59,6 +59,34 @@ header:not([data-focused]) [data-ui-element="logoText"] {
5959 animation : phantom-glow 3s infinite alternate;
6060}
6161
62+ button : hover ,
63+ .button : hover ,
64+ input [type = "button" ]: hover ,
65+ input [type = "reset" ]: hover ,
66+ input [type = "submit" ]: hover {
67+ color : var (--bg-color );
68+ background : var (--caret-color );
69+ }
70+
71+ footer a : hover ,
72+ footer button : hover {
73+ animation : phantom-glow 3s linear infinite;
74+ background : none;
75+ }
76+
77+ [data-ui-element = "accountMenu" ] a : hover ,
78+ [data-ui-element = "accountMenu" ] button : hover {
79+ animation : none;
80+ background : var (--text-color );
81+ }
82+
83+ [data-ui-element = "logoSubtext" ],
84+ # result .stats .group .bottom ,
85+ [data-nav-item ]: hover ,
86+ a : not (.button ): not ([data-ui-variant = "button" ]): hover {
87+ animation : phantom-glow 3s linear infinite;
88+ }
89+
6290header [data-ui-element = "logoSubtext" ] {
6391 color : inherit;
6492 animation : none;
@@ -89,15 +117,6 @@ button.text:hover,
89117 animation : phantom-glow 5s linear infinite;
90118}
91119
92- button : hover ,
93- .button : hover ,
94- input [type = "button" ]: hover ,
95- input [type = "reset" ]: hover ,
96- input [type = "submit" ]: hover {
97- color : var (--bg-color );
98- background : var (--caret-color );
99- }
100-
101120.scrollToTopButton : hover {
102121 background : var (--caret-color );
103122 color : var (--bg-color );
@@ -107,19 +126,6 @@ input[type="submit"]:hover {
107126 animation : phantom-bg 3s linear infinite;
108127}
109128
110- [data-ui-element = "logoSubtext" ],
111- # result .stats .group .bottom ,
112- [data-nav-item ]: hover ,
113- a : not (.button ): not ([data-ui-variant = "button" ]): hover {
114- animation : phantom-glow 3s linear infinite;
115- }
116-
117- footer a : hover ,
118- footer button : hover {
119- animation : phantom-glow 3s linear infinite;
120- background : none;
121- }
122-
123129[data-nav-item ]: hover {
124130 background : none;
125131}
@@ -129,6 +135,11 @@ footer button:hover {
129135 animation : phantom-glow 3s linear infinite;
130136}
131137
138+ # words .highlight-off .word letter ,
139+ # words .highlight-off .word .typed letter {
140+ animation : phantom-glow 5s linear infinite;
141+ }
142+
132143.afk ,
133144.timeToday ,
134145# words .word letter .correct ,
@@ -147,14 +158,3 @@ footer button:hover {
147158.incorrect {
148159 animation : phantom-glow-incorrect 5s linear infinite;
149160}
150-
151- # words .highlight-off .word letter ,
152- # words .highlight-off .word .typed letter {
153- animation : phantom-glow 5s linear infinite;
154- }
155-
156- [data-ui-element = "accountMenu" ] a : hover ,
157- [data-ui-element = "accountMenu" ] button : hover {
158- animation : none;
159- background : var (--text-color );
160- }
0 commit comments