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 %} -