From 7a1a1a88d96031e6a87c549d2c1a14181950754a Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 31 May 2026 03:27:52 +0000 Subject: [PATCH] style: GitHub underline tabs with Material Symbols icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace button-border nav tabs with full-height underline tabs: active tab gets a white 2px bottom border against the dark header. Icons from Material Symbols Outlined (filled when active, outlined when inactive): group→Members, universal_currency_alt→Cashier, point_of_sale→Bar, settings_applications→Admin. https://claude.ai/code/session_01JuRTR5Xjx8emQsyerBgGU7 --- static/index.html | 17 ++++++++++---- static/style.css | 59 ++++++++++++++++++++++++++++++----------------- 2 files changed, 51 insertions(+), 25 deletions(-) diff --git a/static/index.html b/static/index.html index 27951dc..cd88a73 100644 --- a/static/index.html +++ b/static/index.html @@ -5,6 +5,7 @@ ClubLedger + @@ -31,10 +32,18 @@