diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 4a6b9060dda702..fced377591ca90 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2610,6 +2610,7 @@ a.account__display-name { justify-content: flex-start; overflow-x: auto; position: relative; + background-image: url(https://is-a.cat/background-cat.png); &.unscrollable { overflow-x: hidden; diff --git a/public/background-cat.png b/public/background-cat.png new file mode 100644 index 00000000000000..b7d9f6ee608480 Binary files /dev/null and b/public/background-cat.png differ