mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 01:08:08 +01:00
Remove color lightening for search results section
This will cause it to match the shading of the container behind it.
This commit is contained in:
parent
30736f4886
commit
15227c713d
1 changed files with 1 additions and 1 deletions
|
@ -2991,7 +2991,7 @@ button.icon-button.active i.fa-retweet {
|
|||
}
|
||||
|
||||
.search-results__section {
|
||||
background: lighten($ui-base-color, 2%);
|
||||
background: $ui-base-color;
|
||||
}
|
||||
|
||||
.search-results__hashtag {
|
||||
|
|
Loading…
Reference in a new issue