04/28 Updated UI
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
* those variables (sidebar, buttons, login page, links, focus rings)
|
||||
* adopts the new palette automatically.
|
||||
*
|
||||
* Brand text ("QR Manager" → COMPANY_NAME) is now handled directly in
|
||||
* templates via {{ COMPANY_NAME }} — no CSS tricks needed.
|
||||
* Brand text is handled directly in templates via {{ COMPANY_NAME }} —
|
||||
* no CSS tricks needed.
|
||||
*
|
||||
* TO CUSTOMISE COLORS
|
||||
* -------------------
|
||||
|
||||
@@ -11,14 +11,6 @@
|
||||
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"
|
||||
@@ -221,7 +213,7 @@
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-content">
|
||||
<p>© {{ CURRENT_YEAR }} {{ COMPANY_NAME }}. All rights reserved.</p>
|
||||
<p>© 2025 QR Code Management System. All rights reserved.</p>
|
||||
<div class="footer-links">
|
||||
<a href="#" class="footer-link">Privacy Policy</a>
|
||||
<a href="#" class="footer-link">Terms of Service</a>
|
||||
|
||||
Reference in New Issue
Block a user