
This is an automated email from the git hooks/post-receive script. meskio pushed a commit to branch main in repository bridgedb. commit ee8eda23e660e689d78e38b0ce035cdee1236e17 Author: kez <kez@torproject.org> AuthorDate: Tue Jun 14 14:45:30 2022 -0700 Change hover bg-color of bridges button to #673a7e --- frontend/assets/scss/_bridges.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/assets/scss/_bridges.scss b/frontend/assets/scss/_bridges.scss index 8d41d78..edeca7a 100644 --- a/frontend/assets/scss/_bridges.scss +++ b/frontend/assets/scss/_bridges.scss @@ -1,3 +1,9 @@ +#just-give-me-bridges-btn { + &:hover { + background-color: #673a7e !important; + } +} + #bridgedb-steps-container { gap: 24px; -- To stop receiving notification emails like this one, please contact the administrator of this repository.