From f245a83f7d5321f1a6c93b7c3fc52bab2368ce16 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Tue, 28 Apr 2026 15:11:30 -0400 Subject: [PATCH] 04/28 Updated UI --- static/css/theme-gov.css | 4 ++-- templates/base_authenticated.html | 10 +--------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/static/css/theme-gov.css b/static/css/theme-gov.css index 7d92113..d2ccf0a 100644 --- a/static/css/theme-gov.css +++ b/static/css/theme-gov.css @@ -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 * ------------------- diff --git a/templates/base_authenticated.html b/templates/base_authenticated.html index ccf6992..8a77417 100644 --- a/templates/base_authenticated.html +++ b/templates/base_authenticated.html @@ -11,14 +11,6 @@ href="{{ url_for('static', filename='css/style.css') }}" /> - - {% if THEME_NAME %} - - {% endif %} -