thalida

Plans

Claude's design docs and implementation plans for thalida.com.

13 items

Styling  / Color Standardization

Feb 2026

Color Standardization Design

The site uses three accent colors (neon, teal, ice) without consistent semantic rules. Neon appears on both headings and hover states, teal is used for both links and active nav items, and ice is underutilized. Users can't reliably tell what's clickable vs what's decorative.

design

Styling  / Color Standardization

Feb 2026

Color Standardization Implementation Plan

Standardize color usage so neon = emphasis, teal = interactive, ice = active/selected, and subheadings use text color with font hierarchy.

implementation

Styling  / Color Standardization

Feb 2026

Separate subheader color from link color

Teal (#00e5a0) is used for both links and subheaders, making it unclear what is clickable vs decorative.

design

Styling  / Card Component

Feb 2026

Card Component System Design

Create a generic Card component that exposes all card variants used across the site. Replace inline card markup in CollectionGrid and the home page with a single shared component.

design

Styling  / Card Component

Feb 2026

Card Component System Implementation Plan

Extract all card variants from CollectionGrid and the home page into a shared Card component system.

implementation

Styling  / Responsive Tailwind

Feb 2026

Responsive Tailwind Redesign — Implementation Plan

Replace all raw CSS `@media` queries with Tailwind responsive utilities and implement mobile-first responsive layouts (single-column mobile, two-column tablet, three-column desktop).

implementation

Styling  / Responsive Tailwind

Feb 2026

Responsive Tailwind Redesign — Design

Replace all raw CSS `@media` queries with Tailwind responsive utility classes. Add proper mobile and tablet layouts using a mobile-first approach. Ignore existing mobile drawer patterns and build fresh.

design

Styling  / Neon Cursor

Feb 2026

Neon Glow Cursor Implementation Plan

Add a custom neon glow cursor with a soft fading trail across the entire site.

implementation

Styling  / Neon Cursor

Feb 2026

Neon Glow Cursor Design

Add a custom neon glow cursor with a soft fading trail to the site. The cursor replaces the default browser cursor everywhere, shifting color on interactive elements, and is disabled on touch devices.

design

Styling  / Syntax Highlighting

Feb 2026

Syntax Highlighting Implementation Plan

Replace default Shiki `github-dark` code blocks with `astro-expressive-code` using the `houston` theme, copy buttons, and language labels — styled to match the site's neon/midnight aesthetic.

implementation

Styling  / Syntax Highlighting

Feb 2026

Syntax Highlighting Redesign

Code blocks use Astro's default Shiki `github-dark` theme, which has a gray `#24292e` background and GitHub's color palette. This clashes with the site's neon/teal cyberpunk aesthetic (midnight `#030a12`, neon `#39ff14`, teal `#00e5a0`).

design

Styling  / Mobile Styles

Feb 2026

Mobile Styles Fix Implementation Plan

Fix five mobile layout bugs: the ~48px gap between toolbar and nav drawer, content pushed rightward, iOS viewport height, missing body scroll lock, and unresponsive about-page grid.

implementation

Styling  / Mobile Styles

Feb 2026

Mobile Styles Audit — Design Doc

The mobile layout has two user-visible symptoms:

design