This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit 569ad29856c9aeccf269ec3c6888aa76eb75760a Author: kez kez@torproject.org AuthorDate: Thu May 26 15:28:45 2022 -0700
Remove unnecessary (and incorrect) extra style --- frontend/templates/meta.html | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/frontend/templates/meta.html b/frontend/templates/meta.html index 7715454..95a89da 100644 --- a/frontend/templates/meta.html +++ b/frontend/templates/meta.html @@ -20,12 +20,6 @@ <!-- Recommended favicon format --> <link rel="icon" type="image/png" href="{{ 'static/images/favicon.png' | asseturl }}"> <title>{{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}</title> - <style> - /* the extremely specific selector is needed to override the `.container-fluid.bg-dark.footer` lego style */ - .container-fluid.bg-dark.footer { - background-color: var(--purple) !important; - } - </style> {% block head_extra %}{% endblock %} </head> <body class="no-gutters">