Compare commits

...

3 Commits

Author SHA1 Message Date
rainbow-bamboo 36f4854ccb
Merge b6c45c3d43 into 574cdad7a8 2023-12-26 10:09:25 +00:00
Mathilde 574cdad7a8
Fixing wrongly formatted readme
Contributing to Hometown section would show up as title instead of simple body text.
2023-12-26 11:09:13 +01:00
rainbow-bamboo b6c45c3d43
Adds missing modal declaration
In the Macaron theme, the modal that shows you a post's edit history shows up as dark text on a dark background. I added the missing declaration so that now it updates dynamically.
2023-04-10 19:47:18 -04:00
2 changed files with 3 additions and 2 deletions

View File

@ -81,7 +81,7 @@ Hometown uses [semantic versioning](https://semver.org) and follows a versioning
## Contributing to Hometown
Setting up your Hometown development environment is [exactly like setting up your Mastodon development environment](https://docs.joinmastodon.org/dev/overview/). Pull requests should be made to the `hometown-dev` branch, which is our default branch in Github.
=======
You can open issues for bugs you've found or features you think are missing. You can also submit pull requests to this repository or submit translations using Crowdin. To get started, take a look at [CONTRIBUTING.md](CONTRIBUTING.md). If your contributions are accepted into Mastodon, you can request to be paid through [our OpenCollective](https://opencollective.com/mastodon).
**IRC channel**: #mastodon on irc.libera.chat

View File

@ -543,7 +543,8 @@ body.admin {
.report-modal,
.embed-modal,
.error-modal,
.onboarding-modal {
.onboarding-modal,
.compare-history-modal {
background: $ui-base-color;
}