diff options
Diffstat (limited to 'web/templates')
| -rw-r--r-- | web/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/templates/index.html b/web/templates/index.html index a1210d6..045b4d6 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -23,8 +23,8 @@ </header> <!-- Tab Navigation --> - <div class="border-b border-gray-200 mb-8 no-print"> - <nav class="-mb-px flex space-x-8"> + <div class="mb-8 no-print"> + <nav class="flex space-x-1 bg-white/30 backdrop-blur-md rounded-xl p-1"> <button class="tab-button {{if eq .ActiveTab "tasks"}}tab-button-active{{end}}" hx-get="/tabs/tasks" |
