@@ -114,7 +114,7 @@ const HINT_STYLES: {
114
114
body : [
115
115
'text-neutral-strong' ,
116
116
'links-default:[&_a]:text-warning' ,
117
- 'links-default:[&_a] :hover:text-warning-strong' ,
117
+ 'links-default:[&_a:hover] :text-warning-strong' ,
118
118
'links-default:[&_a]:decoration-warning/6' ,
119
119
'links-accent:[&_a]:decoration-warning' ,
120
120
'decoration-warning/6' ,
@@ -131,7 +131,7 @@ const HINT_STYLES: {
131
131
body : [
132
132
'text-neutral-strong' ,
133
133
'links-default:[&_a]:text-danger' ,
134
- 'links-default:[&_a] :hover:text-danger-strong' ,
134
+ 'links-default:[&_a:hover] :text-danger-strong' ,
135
135
'links-default:[&_a]:decoration-danger/6' ,
136
136
'links-accent:[&_a]:decoration-danger' ,
137
137
'decoration-danger/6' ,
@@ -148,7 +148,7 @@ const HINT_STYLES: {
148
148
body : [
149
149
'text-neutral-strong' ,
150
150
'links-default:[&_a]:text-success' ,
151
- 'links-default:[&_a] :hover:text-success-strong' ,
151
+ 'links-default:[&_a:hover] :text-success-strong' ,
152
152
'links-default:[&_a]:decoration-success/6' ,
153
153
'links-accent:[&_a]:decoration-success' ,
154
154
'decoration-success/6' ,
0 commit comments