This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit ce6520d702eafaa038a459f6c79083319d862b71 Author: kez kez@torproject.org AuthorDate: Wed Jun 1 17:55:31 2022 -0700
Fix the homepage intro text color --- frontend/assets/scss/_bridges.scss | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/frontend/assets/scss/_bridges.scss b/frontend/assets/scss/_bridges.scss index 0e3b7f5..1fc9098 100644 --- a/frontend/assets/scss/_bridges.scss +++ b/frontend/assets/scss/_bridges.scss @@ -80,3 +80,7 @@ border-top-left-radius: 0; border-bottom-left-radius: 0; } + +#bridgedb-homepage-intro { + color: gray; +}