diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-03-19 20:23:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 20:23:32 +0100 |
commit | 5d48402be1145201395e7fc297fe32a34638dd98 (patch) | |
tree | 54adc0345893883352515143602508524587651c | |
parent | 39a490c70ebad27a1bd5e20c14722750756c79a4 (diff) |
Fixing the hero widget (#15926)
* Removing last-child padding conflicts with light theme in hero widget * Add missing background color to widget * Reset widget.scss to default * Hope this works Co-authored-by: koyu <me@koyu.space>
-rw-r--r-- | app/javascript/styles/mastodon-light/diff.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index d4290d7e6..8e6b0cdd5 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -707,7 +707,6 @@ html { .public-account-bio, .hero-widget__text { background: $account-background-color; - border: 1px solid lighten($ui-base-color, 8%); } .header { |