
This is an automated email from the git hooks/post-receive script. meskio pushed a commit to branch main in repository bridgedb. commit 0733235e78124c653792c1d948c72d8dd9db38d4 Author: kez <kez@torproject.org> AuthorDate: Tue Jun 14 14:48:27 2022 -0700 Make QR code button text white --- 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 edeca7a..d8ffccf 100644 --- a/frontend/assets/scss/_bridges.scss +++ b/frontend/assets/scss/_bridges.scss @@ -1,3 +1,7 @@ +#bridgedb-qrcodebtn { + color: #fff !important; +} + #just-give-me-bridges-btn { &:hover { background-color: #673a7e !important; -- To stop receiving notification emails like this one, please contact the administrator of this repository.