added back custom css to public page

This commit is contained in:
ben 2022-11-25 19:34:13 +00:00 committed by dni ⚡
parent 2c2558b9e1
commit 003288e19d

View File

@ -308,6 +308,17 @@
display: none;
}
</style>
{% endblock %} % block styles %}
<link
href="/satspay/css/{{ charge_data.custom_css }}"
rel="stylesheet"
type="text/css"
/>
<style>
header button.q-btn-dropdown {
display: none;
}
</style>
{% endblock %} {% block scripts %}
<script src="https://mempool.space/mempool.js"></script>