diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index 7e11af124..874c44240 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%); }