summaryrefslogtreecommitdiff
path: root/web/templates/shopping-mode.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/shopping-mode.html')
-rw-r--r--web/templates/shopping-mode.html9
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">