This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit ab0f25002c840b82a7bd3b2456fdfacfc32f4318 Author: kez kez@torproject.org AuthorDate: Thu Jun 16 18:11:20 2022 -0700
Set font weight for support body --- frontend/assets/scss/_bridges.scss | 1 + 1 file changed, 1 insertion(+)
diff --git a/frontend/assets/scss/_bridges.scss b/frontend/assets/scss/_bridges.scss index 1b52627..3451262 100644 --- a/frontend/assets/scss/_bridges.scss +++ b/frontend/assets/scss/_bridges.scss @@ -37,6 +37,7 @@
p { font-size: 1.5rem !important; + font-weight: 500; } }