From 2448dabb835909127efda82838074fbfac3a45e8 Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 24 Feb 2026 23:00:26 +0000 Subject: [PATCH] Restyle base.html to use coop header theme Match coop light theme: sky header, stone sub-nav pills. Removes dark-theme nav classes. L2-specific tabs in sub-nav bar. Co-Authored-By: Claude Opus 4.6 --- app/templates/base.html | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index b0752e7..291afe7 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -1,27 +1,23 @@ {% extends "_base.html" %} -{% block brand %}Art-DAG{% endblock %} - -{% block nav_items %} - +{% block brand %} +Rose Ash +| +Art-DAG +/ +L2 {% endblock %} -{% block nav_right %} -{% if user %} -
- {{ user.username }} - Logout +{% block sub_nav %} + -{% else %} - -{% endif %} {% endblock %}