Skip to content

Commit

Permalink
fix: contributors placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Heyder committed Feb 2, 2024
1 parent c3e3920 commit ea99786
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ See [optional feature documentation](docs/docusaurus/docs/advanced/optional_feat
The project spun of a combination of different templates. One great inspiration is [fastapi-alembic-sqlmodel-async](https://github.com/jonra1993/fastapi-alembic-sqlmodel-async), which provided the foundations for the FastAPI setup. Please check them out!

Great thanks to all the contributors:
[Placeholder for contributor list]
@kaikun213 @drivian @ielmansouri @mastersplinter @tanmaygupta9 @sofglide @harticode @edenbd @benhowt @carelschw @gustafvh @casper321 @modvinden1 @valerie-jzr @ispoljari

Please read `CONTRIBUTING.md` for more details on how to contribute.
PRs are welcome ❤️
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ body,
@apply text-neutral;
}

[data-theme="dark"] code {
@apply !text-neutral;
}

@font-face {
font-family: "BCG Sans";
src: url("/fonts/sans/BCGHenSansRegular.ttf") format("ttf");
Expand Down

0 comments on commit ea99786

Please sign in to comment.