diff --git a/package.json b/package.json index 0cbed1b..ae0ff47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.109.1", + "version": "1.109.2", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "main": "index.js", "scripts": { diff --git a/src/app/globals.css b/src/app/globals.css index 465f380..be68a27 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1616,7 +1616,6 @@ h3 { padding: 0px 12px 0; overflow-x: auto; scrollbar-width: none; - border-bottom: 2px solid var(--weekly-border); background-color: #E9E9E9; } @@ -1676,12 +1675,9 @@ h3 { .someday-tab-btn-h.active { background: #f9f9f9; - border: 2px solid var(--weekly-border, #e5e7eb); - border-bottom-color: #f9f9f9; color: var(--weekly-text, #222); font-weight: 700; - box-shadow: none; - margin-bottom: -2px; + box-shadow: 2px 2px 10px rgba(0,0,0,0.1); } .weekly-container.dark-mode .someday-tab-btn-h.active {