@@ -378,7 +378,7 @@ div {
378378}
379379@media (prefers-reduced-motion : no-preference) {
380380 .motion-safe\:transition {
381- transition-property : background-color, border-color, color, fill, stroke, opacity, box-shadow,
381+ transition-property : background-color, border-color, text-decoration-color , color, fill, stroke, opacity, box-shadow,
382382 transform, filter, backdrop-filter;
383383 transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
384384 transition-duration : 150ms ;
@@ -389,7 +389,7 @@ div {
389389}
390390@media (prefers-reduced-motion : reduce) {
391391 .motion-reduce\:transition {
392- transition-property : background-color, border-color, color, fill, stroke, opacity, box-shadow,
392+ transition-property : background-color, border-color, text-decoration-color , color, fill, stroke, opacity, box-shadow,
393393 transform, filter, backdrop-filter;
394394 transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
395395 transition-duration : 150ms ;
@@ -492,7 +492,7 @@ div {
492492 }
493493 @media (prefers-reduced-motion : no-preference) {
494494 .md\:motion-safe\:hover\:transition : hover {
495- transition-property : background-color, border-color, color, fill, stroke, opacity, box-shadow,
495+ transition-property : background-color, border-color, text-decoration-color , color, fill, stroke, opacity, box-shadow,
496496 transform, filter, backdrop-filter;
497497 transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
498498 transition-duration : 150ms ;
0 commit comments