04/16 Update new theme for GOV

This commit is contained in:
2026-04-16 13:40:29 -04:00
parent 03c9ca088c
commit f792bf2f67
4 changed files with 245 additions and 99 deletions
+8
View File
@@ -11,6 +11,14 @@
href="{{ url_for('static', filename='css/style.css') }}"
/>
<!-- Theme Override (set THEME_NAME in .env to activate, e.g. THEME_NAME=gov) -->
{% if THEME_NAME %}
<link
rel="stylesheet"
href="{{ url_for('static', filename='css/theme-' + THEME_NAME + '.css') }}"
/>
{% endif %}
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"