[tor-commits] [bridgedb] 18/66: Remove unnecessary (and incorrect) extra style

gitolite role git at cupani.torproject.org
Wed Jul 27 18:32:23 UTC 2022


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 at 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">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list