superset/app/templates/panoramix/base.html

12 lines
228 B
HTML

{% extends "appbuilder/baselayout.html" %}
{% block head_css %}
{{super()}}
<link rel="shortcut icon" href="{{ url_for('static', filename='chaudron.png') }}">
<style>
.navbar-brand a {
color: white;
}
</style>
{% endblock %}