Fix wrong background color on search results in web UI (#29584)
This commit is contained in:
parent
5aea35de13
commit
1e1d97a787
3 changed files with 7 additions and 23 deletions
|
@ -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%)};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue