fix: corrige referências dos logos de acordo com o fundo

This commit is contained in:
andersonid
2025-04-02 17:47:43 -03:00
parent c44ce94bef
commit b1acc2fdfc
3 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/logo002-alpha.png') }}">
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/logo001-alpha.png') }}">
{% block extra_css %}{% endblock %}
</head>
<body>