diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index 7e11af12477..874c44240a4 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -101,7 +101,7 @@ } // Change the background colors of statuses -.focusable:focus { +.focusable:focus-visible { background: lighten($white, 4%); }