diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-22 10:05:16 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-22 10:05:16 +0000 |
| commit | 11b905fd437d651b2e39745aa82a5dd36f70331e (patch) | |
| tree | a9019cfa8fc81b274622b5b414fbb8d5f602fa78 /web/templates/shopping-mode.html | |
| parent | 77f4aa8d1f818169490a35bf2ec3eb43e60166b4 (diff) | |
style: modernize UI with dark glass theme and 40% bg opacity
Diffstat (limited to 'web/templates/shopping-mode.html')
| -rw-r--r-- | web/templates/shopping-mode.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/web/templates/shopping-mode.html b/web/templates/shopping-mode.html index b2f129a..3a1a3bc 100644 --- a/web/templates/shopping-mode.html +++ b/web/templates/shopping-mode.html @@ -8,12 +8,6 @@ <link rel="stylesheet" href="/static/css/output.css"> <script src="/static/js/htmx.min.js"></script> <style> - body { - background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); - min-height: 100vh; - margin: 0; - padding: 0; - } .store-switcher { scrollbar-width: none; -ms-overflow-style: none; @@ -25,6 +19,7 @@ background: rgba(34, 197, 94, 0.2); border-radius: 8px; } + .text-shadow-sm { text-shadow: 0 1px 2px rgba(0,0,0,0.5); } @media print { * { text-shadow: none !important; @@ -74,7 +69,7 @@ } </style> </head> -<body class="text-white" hx-headers='{"X-CSRF-Token": "{{.CSRFToken}}"}'> +<body class="bg-slate-950 text-slate-200" hx-headers='{"X-CSRF-Token": "{{.CSRFToken}}"}'> <!-- Header --> <header class="sticky top-0 z-50 bg-black/40 backdrop-blur-lg border-b border-white/10 no-print"> <div class="flex items-center justify-between px-4 py-3"> |
