@@ -114,7 +114,7 @@ const HINT_STYLES: {
114114 body : [
115115 'text-neutral-strong' ,
116116 'links-default:[&_a]:text-warning' ,
117- 'links-default:[&_a] :hover:text-warning-strong' ,
117+ 'links-default:[&_a:hover] :text-warning-strong' ,
118118 'links-default:[&_a]:decoration-warning/6' ,
119119 'links-accent:[&_a]:decoration-warning' ,
120120 'decoration-warning/6' ,
@@ -131,7 +131,7 @@ const HINT_STYLES: {
131131 body : [
132132 'text-neutral-strong' ,
133133 'links-default:[&_a]:text-danger' ,
134- 'links-default:[&_a] :hover:text-danger-strong' ,
134+ 'links-default:[&_a:hover] :text-danger-strong' ,
135135 'links-default:[&_a]:decoration-danger/6' ,
136136 'links-accent:[&_a]:decoration-danger' ,
137137 'decoration-danger/6' ,
@@ -148,7 +148,7 @@ const HINT_STYLES: {
148148 body : [
149149 'text-neutral-strong' ,
150150 'links-default:[&_a]:text-success' ,
151- 'links-default:[&_a] :hover:text-success-strong' ,
151+ 'links-default:[&_a:hover] :text-success-strong' ,
152152 'links-default:[&_a]:decoration-success/6' ,
153153 'links-accent:[&_a]:decoration-success' ,
154154 'decoration-success/6' ,
0 commit comments