# Glow up TaskNotes UI to match agent client CSS
TaskNotes views (Task List, Kanban, Calendar, Agenda) could use visual polish to match the styling of the agent client.
**To do:**
- Identify which CSS snippets/styles the agent client uses
- Port relevant styling to TaskNotes via Obsidian CSS snippets
- Focus on typography, spacing, card styling, and color palette
- Test across Task List, Kanban, and Calendar views
## Completion
Created and enabled `.obsidian/snippets/tasknotes-agent-client.css`, using Agent Client styling cues only. Left TaskNotes plugin CSS untouched because it is generated and would be overwritten by plugin updates.
Follow-up correction: inspected Agent Client `data.json`, Obsidian appearance settings, active snippets, and computed DOM styles. Fixed `agent-client-quattro.css` so it also applies to the floating Agent Client window, then tightened `tasknotes-agent-client.css` so typography applies to concrete TaskNotes card/header/metadata elements and the advanced calendar/fullcalendar view.