- Added a new `dataviz-2` color configuration in `tailwind.config.ts` for improved data visualization.
- Updated the `--dataviz` CSS variable in `globals.css` for better color consistency.
- Adjusted margins in the `Header` component to improve layout.
- Refined styles in the `UsageBanners` component by removing unnecessary margins.
- Updated the `SparklinesChart` component to utilize the new `dataviz-2` color for hover effects.
- Added a new `dataviz` color configuration in `tailwind.config.ts` for improved data visualization styling.
- Introduced a new CSS variable `--dataviz` in `globals.css` to define the color used for data visualization elements.
- Updated various components to utilize the new `dataviz` color, replacing previous `accent` colors for consistency in charts and UI elements.
- Adjusted background and hover styles in the `Weekdays` component to reflect the new color scheme.
- Updated `@radix-ui/react-dialog` from version 1.1.6 to 1.1.7 for improved functionality.
- Added `@radix-ui/react-visually-hidden` as a new dependency at version 1.1.3 to enhance accessibility.
- Modified Tailwind CSS configuration to use HSL for border color for better theming.
- Updated global CSS to define a new border color variable for consistent styling.
- Adjusted layout in `SubHeader` and `Sidebar` components for improved responsiveness and usability.
- Enhanced button styles for better visual feedback in dark mode.
- Added new accent color shades (50 to 950) in `tailwind.config.ts`.
- Updated global CSS to define accent color variables.
- Replaced hardcoded fuchsia colors with accent colors in various components including `StandardCard`, `Chart`, `Chloropleth`, `Map`, `SiteSessionChart`, and UI elements like buttons and cards.