0
0
Fork 0

Fix wrong background color on search results in web UI (#29584)

This commit is contained in:
Eugen Rochko 2024-03-14 10:07:29 +01:00 committed by GitHub
parent 5aea35de13
commit 1e1d97a787
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 23 deletions

View file

@ -104,4 +104,5 @@ $font-monospace: 'mastodon-font-monospace' !default;
--background-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
--background-color: #{darken($ui-base-color, 8%)};
--background-color-tint: #{rgba(darken($ui-base-color, 8%), 0.9)};
--surface-background-color: #{darken($ui-base-color, 4%)};
}